-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebRTC: Support bandwidth limit by b=AS in SDP #3612
Comments
SRS no support yet. Describe in RFC3556 Do you know how to enable it in browsers? |
let offer = await self.pc.createOffer(); In play method |
Is it correct to say that For instance, if the publishing client sets Similarly, if the playing client sets |
I think it's reasonable to support this feature, by including more research on usage and workflow. |
https://webrtchacks.com/limit-webrtc-bandwidth-sdp
I try to use b=AS:500 and send to the server, but it returns without this parameter
The text was updated successfully, but these errors were encountered: