Information about rate-limiting/bandwidth-estimation/congestion-control #1923
-
SummaryI'm evaluating pine. One requirement is an adaptive video-bitrate, depending on the available bandwidth. MotivationIf I encode a video at 6mbit/s but the bandwidth only allows 2mbit/s, buffers will overflow and frames drop. I'd like to get some information at some point, if I've got to lower/raise the quality of a video stream. Describe alternatives you've consideredI used Googles Webrtc implementation which tells an Encoder, using the method Thx for your time. So far pion is an awesome experience 😍 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @qwertzui11 thanks for checking out Pion! So we don't have one in-tree today, but I would check out ducksoup it has a Congestion Controller that it uses to control GStreamer's encoders. My goal is to write something very similiar and have it avaible in pion/webrtc by late winter. |
Beta Was this translation helpful? Give feedback.
Hey @qwertzui11 thanks for checking out Pion!
So we don't have one in-tree today, but I would check out ducksoup it has a Congestion Controller that it uses to control GStreamer's encoders.
My goal is to write something very similiar and have it avaible in pion/webrtc by late winter.