Replies: 2 comments 1 reply
-
1.9.xUnfortunately, it's not implemented in the 1.9.x series. However, similar streaming statistics can be obtained as follows: https://github.com/shogo4405/HaishinKit.swift/blob/dbeec845e62f01808bcdffe00ee96a5e9eef5792/SRTHaishinKit/SRTConnection.swift#L31 2.0.0It has been implemented in the 2.0.x series. Both RTMPStream and SRTStream now have the HKStream protocol, which can also be used with SRT. https://github.com/shogo4405/HaishinKit.swift/wiki/Moving-from-1.9.x-APIs-to-2.0.0#200-3 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Im curious if adaptive bitrate can work for SRT?
Or what are the default options for SRT, does it apply any sort of error recovery by default?
What's the best way to detect if signal is bad and bitrate should be reduced?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions