减少视频缓冲
我正在 Android 上使用媒体播放器通过 RTSP 播放视频。播放器在开始播放之前需要大约 12 秒的缓冲时间。有人知道我如何说服玩家减少缓冲吗?我可以完全控制 RTSP 服务器及其返回的 SDP。
I'm playing video on Android using media player via RTSP. The player takes about 12s to buffer before it starts playing. Anyone know how I can convince the player to buffer less? I have full control over the RTSP server and the SDP it returns.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像往常一样,一旦我决定要问一个问题,我就会找出答案。我的 SDP 中有一行“b=AS:91”。如果我减少数量,缓冲量就会减少 - 所以 b=AS:2 会提供大约 4 或 5 秒的缓冲。
As per usual, as soon as I decide I should ask a question I work out the answer. I have a line "b=AS:91" in my SDP. If I reduce the number the amount of buffering decreases - so b=AS:2 gives about 4 or 5s buffering.