[vlc-devel] RTP Packetization
Knudsen, Timor
t-knudsen at ti.com
Wed Aug 8 09:21:12 CEST 2007
Hi Anand,
> -----Original Message-----
> From: vlc-devel-bounces at videolan.org
> [mailto:vlc-devel-bounces at videolan.org] On Behalf Of Anand Anand
> Sent: Wednesday, August 08, 2007 5:59 AM
> To: vlc-devel at videolan.org
> Subject: [vlc-devel] RTP Packetization
>
> Hi,
> I am a newcomer to vlc. Could someone please tell me where
> in the source code are the RTP headers added to the actual
> video/audio data to be streamed?
In file ./modules/stream_out/rtp.c, common headers in function
rtp_packetize_common (around line 1900), the content specific fields for
a RTP stream are included in all these rtp_packetize_* functions.
> Also could someone please outline how the rtsp commands such
> as SETUP,PLAY, TEARDOWN and PAUSE are accomplished in the code?
In file ./modules/misc/rtsp.c, function RtspCallback, approx. line 950
to 1250.
Regards,
Timor
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list