Skip to content

How to ensure video transmission quality when network congestion occurs? Can I use libdatachannel library to reduce the bitrate/resolution/frame rate of the video, or is there a better solution? #1307

Answered by paullouisageneau
zhouizhan asked this question in Q&A
Discussion options

You must be logged in to vote

For media transport, libdatachannel does not encode so it can do nothing by itself, you need to use a realtime encoder allowing you to change the bitrate dynamically. There is currently no rate controller shipped with the library but you can implement your own with media interceptors, for instance @vagonhq has a fork with a rate controller.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zhouizhan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants