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: Details can be found in the following header information: https://github.com/Haivision/srt/blob/master/srtcore/srt.h 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.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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