美文网首页
AndroidRTC参数一览

AndroidRTC参数一览

作者: 丶完美 | 来源:发表于2017-04-21 10:05 被阅读0次

    用法示例(限制分辨率为480x320 这个大小流量使用在200k以下 并且清晰度ok,如果最大为1080p,在网速好的时候,最大网速可达1m,比较耗流量):
    videoConstraints.mandatory.add(new MediaConstraints.KeyValuePair("maxHeight", "480"));
    videoConstraints.mandatory.add(new MediaConstraints.KeyValuePair("maxWidth", "320"));

    网址(需要翻墙):https://apprtc.appspot.com/params.html

    Paste_Image.png Paste_Image.png

    相关文章

      网友评论

          本文标题:AndroidRTC参数一览

          本文链接:https://www.haomeiwen.com/subject/tmtdzttx.html