<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Let's say in your case, MPlayer is the client program and VLC is the server program.&nbsp; The source &amp; sink here mean the objects&nbsp;within a program.&nbsp; For your instance of the&nbsp;MPlayer program,&nbsp;the source is H264VideoRTPSource and the sink is some kind of renderer.&nbsp;&nbsp;You will find H264VideoRTPSink in your VLC.<BR>&nbsp;<BR>
&gt; Date: Thu, 9 Sep 2010 11:45:34 -0400<BR>&gt; From: ewpaus@pobox.com<BR>&gt; To: live-devel@ns.live555.com<BR>&gt; Subject: [Live-devel] more RTSP/H264 questions Was:Using openRTSP to receive and decode h264<BR>&gt; <BR>&gt; Hi,<BR>&gt; First I would like to thank all of you that have given me advice. I <BR>&gt; appreciate it very much. It is so nice to get responses. This is a <BR>&gt; very nice community of developers. I hope that one day, I can be a <BR>&gt; helpful person too.<BR>&gt; <BR>&gt; I have a follow up question regarding several of your responses.<BR>&gt; <BR>&gt; I was told to understand the difference between source and sink. I was <BR>&gt; told that a source is used for streaming (out), while a sink is for <BR>&gt; receiving. I read the FAQ. <BR>&gt; <BR>&gt; I have been stepping through mplayer with gdb to try to find out where I <BR>&gt; insert the NAL startcode and how.<BR>&gt; <BR>&gt; Now when I use tab-completion to create my break point in gdb, it will <BR>&gt; not allow me to add H264VideoRTPSink. It will only allow me to add <BR>&gt; H264VideoRTPSource.<BR>&gt; <BR>&gt; I am using VLC to stream an H264 video via RTP using an sdp file. <BR>&gt; Mplayer is receiving this video that is to say, the role of the mplayer <BR>&gt; in this scenerio is the "sink". And mplayer seems to be working fine. <BR>&gt; The video is displayed like I expect.<BR>&gt; <BR>&gt; Why am I not finding H264VideoRTPSink when I step through this running code?<BR>&gt; <BR>&gt; I have tried stepping through openRTSP. But, I can't find what I need. <BR>&gt; Perhaps, it is in playCommon. But, I haven't figured out how to debug <BR>&gt; playCommon since it requires input from openRTSP. If anyone has any <BR>&gt; help for that, I'd appreciate that too.<BR>&gt; <BR>&gt; Thank you,<BR>&gt; Estelle<BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; live-devel mailing list<BR>&gt; live-devel@lists.live555.com<BR>&gt; http://lists.live555.com/mailman/listinfo/live-devel<BR>                                               </body>
</html>