Video stats listener replacement #1749
Unanswered
vishakh-ncompass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
func rtmpStream(_ stream: RTMPStream, updatedStats connection: RTMPConnection)
This delegate will update when there is change in any params like FPS etc.. (This is from Haishinkit v1.4.6), I use this delegate to calculate Adaptive bitrate. In the current version 2.0.x which method should I use to achieve the same ?. Is it thefor await status in await rtmpConnection.status
which is an AsyncStream or is there any other alternatives ?Beta Was this translation helpful? Give feedback.
All reactions