DT.Xamarin.Red5Pro.Streaming.iOS 5.7.0

dotnet add package DT.Xamarin.Red5Pro.Streaming.iOS --version 5.7.0
NuGet\Install-Package DT.Xamarin.Red5Pro.Streaming.iOS -Version 5.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DT.Xamarin.Red5Pro.Streaming.iOS" Version="5.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DT.Xamarin.Red5Pro.Streaming.iOS --version 5.7.0
#r "nuget: DT.Xamarin.Red5Pro.Streaming.iOS, 5.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DT.Xamarin.Red5Pro.Streaming.iOS as a Cake Addin
#addin nuget:?package=DT.Xamarin.Red5Pro.Streaming.iOS&version=5.7.0

// Install DT.Xamarin.Red5Pro.Streaming.iOS as a Cake Tool
#tool nuget:?package=DT.Xamarin.Red5Pro.Streaming.iOS&version=5.7.0

The Red5 Pro Streaming SDKs are native libraries and frameworks to add to your iOS, Android and Web-Based (HTML/JS/CSS) projects to connect to a Red5 Pro Server and broadcast or subscribe to a live video stream.

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.7.0 3,136 8/13/2019
5.7.0-beta1 2,453 8/13/2019
5.5.0-beta1 1,645 4/9/2019
5.2.0 3,294 12/17/2018
5.2.0-beta 1,732 12/14/2018
4.6.0 3,011 5/25/2018
4.6.0-beta5 4,333 5/30/2018
4.6.0-beta4 1,890 5/30/2018
4.6.0-beta3 1,989 5/25/2018
4.6.0-beta1 1,861 5/16/2018

SDK Release 5.7.0 - 29 July 2019
iOS SDK

Fixed - Occasional A/V sync issues with back camera broadcast requires server upgrade to 5.7.0
Fixed - Various orientation issues requires server upgrade to 5.7.0
Fixed - Various small leaks in broadcaster and subscriber
Improved stream latency

SDK Release 5.6.0 - 21 May 2019

iOS SDK

Fixed - Large RPC/SharedObject calls cause crash
Fixed - Stopping and starting a stream again crashes the iOS testbed
Fixed - Two-way publishing between Android SDK and iOS fails A/V quality
Fixed - Tapping screen to start Publish - Pause test in iOS causes breakpoint - libc++abi.dylib: terminating with uncaught exception of type NSException
iOS Testbed - Added record flag as an option for all tests

https://www.red5pro.com/docs/streaming/releasenotes.html

---

### Possible linker issues

Looks like Red5Pro SDK has duplicate symbols with R5Protocol variable. According to MS docs https://docs.microsoft.com/en-us/xamarin/ios/troubleshooting/mtouch-errors#MT5213 you can use `-gcc_flags -dead_strip` to strip that duplicate sym out.