小程序
小游戏
企业微信
微信支付
扫描小程序码分享
推流地址直接从腾讯云视频那边自动生成一个放进去,推流的时候,设置了码率最小最大啊为1500-2000,但是推上去的视频分辨率一直是368*640,导致直播模糊
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
<live-pusher mode="RTC" style="{{ style }}" min-bitrate="1000" max-bitrate="3000" video-width="{{ 1280 }}" video-height="{{ 720 }}" device-position="back" debug="true" autopush="true" id="pusher" url="https://domain/push_stream" class="pusher" orientation="horizontal" bindstatechange="statechange" /> 码率最大3000kbs,分辨率是720,但是采集时还是只有 `640*368` 的分辨率画面:
请官方回复一下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
嗯,我也是这个问题,有能解决的吗?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
<live-pusher mode="RTC" style="{{ style }}" min-bitrate="1000" max-bitrate="3000" video-width="{{ 1280 }}" video-height="{{ 720 }}" device-position="back" debug="true" autopush="true" id="pusher" url="https://domain/push_stream" class="pusher" orientation="horizontal" bindstatechange="statechange" /> 码率最大3000kbs,分辨率是720,但是采集时还是只有 `640*368` 的分辨率画面:
请官方回复一下
嗯,我也是这个问题,有能解决的吗?