[vlc-devel] RTP Packetization

Anand Anand taknevski at gmail.com
Wed Aug 8 11:03:18 CEST 2007


Hi Timor,
           Thanks a lot for the help. Is there a way to trace the various
function calls when the streaming actually takes place from server to
client. That is can we echo the function calls to the screen as the
streaming takes place?

The reason for my query is that, I would like to see the program flow from
connection setup, to handshaking, the rtp packetization and then to the
socket calls for sending and receiving. Is there a way of tracing the
program as such?

Thanking You,
Anand
On 8/8/07, Knudsen, Timor <t-knudsen at ti.com> wrote:
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070808/95e0c6bd/attachment.html>
-------------- next part --------------
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list