Hi Timor,<br>           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?
<br><br>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?
<br><br>Thanking You,<br>Anand<br><div><span class="gmail_quote">On 8/8/07, <b class="gmail_sendername">Knudsen, Timor</b> <<a href="mailto:t-knudsen@ti.com">t-knudsen@ti.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Anand,<br><br>> -----Original Message-----<br>> From: <a href="mailto:vlc-devel-bounces@videolan.org">vlc-devel-bounces@videolan.org</a><br>> [mailto:<a href="mailto:vlc-devel-bounces@videolan.org">vlc-devel-bounces@videolan.org
</a>] On Behalf Of Anand Anand<br>> Sent: Wednesday, August 08, 2007 5:59 AM<br>> To: <a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a><br>> Subject: [vlc-devel] RTP Packetization<br>><br>> Hi,
<br>>    I am a newcomer to vlc. Could someone please tell me where<br>> in the source code are the RTP headers added to the actual<br>> video/audio data to be streamed?<br><br>In file ./modules/stream_out/rtp.c, common headers in function
<br>rtp_packetize_common (around line 1900), the content specific fields for<br>a RTP stream are included in all these rtp_packetize_* functions.<br><br>> Also could someone please outline how the rtsp commands such<br>
> as SETUP,PLAY, TEARDOWN and PAUSE are accomplished in the code?<br><br>In file ./modules/misc/rtsp.c, function RtspCallback, approx. line 950<br>to 1250.<br><br>Regards,<br><br>Timor<br>_______________________________________________
<br>vlc-devel mailing list<br><a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a><br><a href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a><br></blockquote>
</div><br>