Does webrtc supports dynamic bitrate ? #624
Unanswered
varmavishal
asked this question in
Q&A
Replies: 1 comment
-
WebRTC implementations can support dynamically adjusting the bitrate with extensions like REMB and TWCC. However, the encoding pipeline must support it. The media-sender example is very basic and adjusting the bitrate dynamically is not supported, it set once and for all when starting gstreamer.
The encoder gets the information with RTCP feedback, i.e. RTCP packets sent back to the sender by the receiver. In the media-sender example, incoming RTCP packets are ignored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using your code from libdatachannel/examples/media-sender/ and have a few questions.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions