简体   繁体   English

除了使用 sdp 之外,还有其他方法可以控制 webRTC session 的带宽吗?

[英]is there another way to control the bandwidth of a webRTC session other than with sdp?

I want to know if there is another way to control the bandwidth of a webRTC session other than modifying sdp parameters.?我想知道除了修改sdp参数之外是否还有其他方法可以控制webRTC session的带宽。?

I ask this because I have read in some old articles that ORTC will replace the Session Description Protocol (SDP) in webRTC.我问这个是因为我在一些旧文章中读到 ORTC 将替换 webRTC 中的 Session 描述协议 (SDP)。

It is not possible to control the bandwidth automatically just changing the camera resolution?仅更改相机分辨率就无法自动控制带宽吗?

The maximum bitrate at which media can be encoded/sent is configurable via the RTCRtpSender objects maxBitrate property .可以通过 RTCRtpSender 对象的maxBitrate 属性配置媒体可以编码/发送的最大比特率。

The webrtc samples have a sample for that since in practice its a bit more tricky due to difference between browsers. webrtc 示例有一个示例,因为实际上由于浏览器之间的差异,它有点棘手。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM