<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<DIV>THANKS!!! For a VERY NICE library.</DIV>
<DIV> </DIV>
<DIV>    I am experimenting with the testRTSPClient app to 
develop a DirectShow source filter to connect to a network camera outputting an 
H.264</DIV>
<DIV>video stream. The app successfully connects to the camera and shows the 
following continuous output:</DIV>
<DIV>... </DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
audio/PCMU:        Received 960 
bytes.     Presentation time: 1365102232.117119</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
video/H264:        Received 411 
bytes.     Presentation time: 1365102232.186298</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
audio/PCMU:        Received 960 
bytes.     Presentation time: 1365102232.226244</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
video/H264:        Received 458 
bytes.     Presentation time: 1365102232.375975</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
audio/PCMU:        Received 960 
bytes.     Presentation time: 1365102232.359869</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
audio/PCMU:        Received 960 
bytes.     Presentation time: 1365102232.465869</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
audio/PCMU:        Received 960 
bytes.     Presentation time: 1365102232.585744</DIV>
<DIV>Stream "rtsp://192.168.1.7:65534/videoSub/"; 
video/H264:        Received 950 
bytes.     Presentation time: 1365102232.666086</DIV>
<DIV>...</DIV>
<DIV> </DIV>
<DIV>    Initially, I am only interested in the video portion of 
the stream.</DIV>
<DIV>Using the library, what is the most efficient way to get access to the 
H.264 portion of the stream so that I can copy it downstream</DIV>
<DIV>in the FillBuffer(..) method of my source filter?</DIV>
<DIV> </DIV>
<DIV>I have attempted to browse the code to learn how/where to do this, but it 
is not obvious to me;-((</DIV>
<DIV> </DIV>
<DIV>I have (+-)intermediate level C++ skills at best, so any thoughts, 
suggestions, constructive criticism</DIV>
<DIV>are(is) greatly appreciated.</DIV>
<DIV> </DIV>
<DIV>Thanks again for a VERY nice library.</DIV>
<DIV> </DIV>
<DIV>Tom Fisher EE</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>