Replies: 1 comment 1 reply
-
Yes, it serves as a delegate to change the frame rate before encoding. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Curious if right now the framework is dropping frames if connection is no good and bitrate is too high.
Had an issue with adaptive bitrate implementation and noticed that framework is sending old frames, putting transcoding very much behind.
noticed this delegate method available:
Is this method to decide to drop a frame from being sent out?
But what can you use in
stream
to decide if you need to drop a frame?My guess is in RTMPConnection one could at least use
currentBytesOutPerSecond
to decide if they should drop a frameAny other methods to control how big the buffer is and to force the framework skip frames?
Beta Was this translation helpful? Give feedback.
All reactions