Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过 RTSP 使用媒体播放器在 Android 上播放视频。播放器在开始播放之前需要大约 12 秒的缓冲时间。任何人都知道我怎样才能说服玩家减少缓冲?我可以完全控制 RTSP 服务器和它返回的 SDP。
像往常一样,一旦我决定我应该问一个问题,我就会找出答案。我的 SDP 中有一行“b=AS:91”。如果我减少数量,缓冲量就会减少 - 所以 b=AS:2 提供大约 4 或 5 秒的缓冲时间。