English 中文(简体)
Reasons to use RTP when streaming a pre-existing file?
原标题:

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?

问题回答

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.




相关问题
Multi-bitrate/dynamic rate for progressive FLV playback

Is there a way to get multi-bitrate playback working with progessive playback without having to download all versions of the file? People all coming up with all kinds of cool ways to make progressive ...

How to stream large Files using JAXB Marshaller?

The Problem I m facing is how to marshall a large list of objects into a single XML File, so large I can not marshall the complete list in one step. I have a method that returns these objects in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

热门标签