流式传输预先存在的文件时使用 RTP 的原因是什么?

发布于 2024-08-20 16:18:13 字数 141 浏览 10 评论 0原文

我能想到使用 RTP 传输预先存在的文件的唯一原因是,如果您想监视用户流式传输文件的时间,就像您正在运行基于时间的点播网站一样。我知道的另一个流媒体解决方案是使用 HTTP 上传媒体文件,然后提供客户端逐步播放该文件。谁能想出使用 RTP 传输媒体文件的另一个理由吗?

The only reason I could think of for using RTP to transfer a pre-existing file is if you're trying to monitor the amount of time a user is streaming the file, like if you're running a time-based On-Demand website. The other streaming-solution i know of is to use HTTP to upload a media file, then providing a client to progressively play the file. Can anyone come up with another reason to use RTP to stream media files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残月升风 2024-08-27 16:18:13

您不使用 RTP 传输文件,而是使用 RTP 将媒体流式传输到媒体播放器。

如果您想提供媒体服务,RTP 有一些优势:

  • 支持 RTP 的客户端可以使用流,他们可能无法使用您提出的任何其他内容。
  • 容忍网络拥塞。如果您通过 TCP 连接提供数据,则流对数据包丢失和拥塞非常敏感。 TCP 具有较长的超时时间,您可能会遇到停顿。

You don't use RTP to transfer files, you use RTP to stream media to media players.

If you want to serve media RTP has some advantages:

  • RTP capable clients can use the stream, they might not be able to use whatever else you come up with.
  • Tolerates network congestion. If you serve the data over a TCP connection, the stream is quite sensible to packet loss and congestion. TCP has long timeouts and you might experience stalls.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文