[vlc-devel] Re: function to stream over RTP/UDP

Laurent Aimar fenrir at via.ecp.fr
Thu Jun 3 10:24:56 CEST 2004


On Wed, Jun 02, 2004, Laurent David wrote:
> 
> I am interesting in the capability of vlc to stream a video over RTP/UDP. 
> Can anybody, tell me
> which functions make the packetization and send the packets?
 You will have to look at:
 - modules/packetizer/* and modules/codec/*:  they split data into dated
 basic units (video frame, audio chunk, ...).
 - modules/stream_out/rtp.c: it does the rtp packetization.
 - modules/access_out/udp.c: it sends data to the network at the right time.

-- 
fenrir

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list