Red5 Documentation

SDK Release 4.2.0

NOTE: xCode 10 has dropped support for libstdc++. It is necessary to replace dependencies for libstdc++ with libc++ in your iOS project to build with xCode 10. No modifications needed to be made to the iOS SDK for this change.

iOS SDK:

  • Added null check for method signature
  • Re-added support for iOS Simulators in Xcode
  • Fixed – Subscriber crash when connecting over lossy network
  • Fixed – Application crashing after multiple publishing and subscribing sessions within single launch
  • Fixed – Subscriber crash on broadcaster resolution change
  • Fix for render on scroll view delegates
  • Improved reliability of Subscriber – Reconnect example in Streaming iOS