Re: File streaming

From: Chris P. [MVP] (msdn_at_chrisnet.net)
Date: 10/12/04


Date: Tue, 12 Oct 2004 14:18:54 -0400

questions wrote:
> I want to send a partition of video file and some data files(text and
> images) from one terminal to another terminal. After sending, the
> video should be playable.
> Therefore, I have to write a program that perform streaming.
> 1.-RTSP / RTP, which is better?
They are different. RTP is for real time multiplexed data streaming, RTSP
is a control protocol that runs over the top of RTP and TCP/UDP.

> 2.-Shall i choose to use WMV, ASF or AVI file?
AVI is not designed for streaming and requires a lot of work to make it
streamable. WMV/ASF are designed for streaming but there is an issue that
there is no standard WMV parser filter available, which makes playback from
a memory/network source tricky.

> 3.-Any other methods are welcome.
If you want to just transmit the entire file and then play it at the other
end then it wont matter what the format is, you're just transmitting data.
In this case you don't need RTP at all.



Relevant Pages

  • Re: Streaming Video from a Debian box
    ... Eric, I'm not sure how Kent uses the term "streaming", but just to clarify ... be embedded into each video file and the seeking is only as granular as the ... source flv player" and I'm sure you'll find more if that one isn't good ... Good luck, Kent, and as I said earlier, please let us know how your project ...
    (Debian-User)
  • Re: Do some Blue Ray players have ethernet connection and allow streaming from computer?
    ... It is much better to place the films on a harddrive formatted ... parse a video file into segments to accomodate that structure. ... it's been touted by its users as the best Blu-Ray ...
    (alt.tv.tech.hdtv)
  • settings to speed up file opening times.
    ... what router or pc settings can i change to speed up the time it takes to ... open a video file and start streaming. ...
    (alt.internet.wireless)
  • How do I stream video?
    ... Can someone please point me towards a How-To guide about streaming Windows video to a ... I've got a 64M video file I want to stream on my website. ... By "streaming", I mean that if the user does a View Source, they won't see a direct URL ...
    (microsoft.public.windowsmedia.player)
  • streaming ASF using RTSP
    ... I read in RTSP RFC 2326, that RTSP is independent of RTP and can be used for streaming over TCP as well. ... However RFC fails to detail on how we can do streaming over TCP or for that matter any method other than RTP. ...
    (microsoft.public.windowsmedia.server)

Loading