Page 1 of 1

Streaming architecture

Posted: 05 Mar 2010 08:20
by samfrog
I would like to have a better understanding of the streaming architecture

Say I have a .mp4 file that I want to stream over the network using rtsp. How does VLC do this? Does the container formats have chunks or segements in sequence and VLC loads the chunks in RTP packet? What information does the header of each chunk provides?

Re: Streaming architecture

Posted: 05 Mar 2010 09:07
by samfrog
To clarify my question, that is how does VLC streamed stored media file? Is the media file segmented and encapsulated with RTP? How does it know what is the transmit rate and the size of the segment?

Thanks,

Re: Streaming architecture

Posted: 05 Mar 2010 17:26
by VLC_help
http://en.wikipedia.org/wiki/Real-time_ ... t_Protocol
that might answer about your RTP questions.