I think I got the files from this tutorials, and I will try to find it. But it really deceived me and I found i a bit useless.<br><br><br> I think you should read the FAQ, which says you need a framer subclass for H.264. From some sources (it work with files from FFmpeg with default parameters),<br>
your framer just need to recognize and remove the NALU start code (0x00 00 01) before sending the frame to the sink.<br>Another thing you have to do (IF YOU&#39;RE USING A RSTP SERVER YOU DONT NEED THIS) to play using vlc is to be able to provide a SDP description. This part is tough, and you should  consult the library you use to produce <br>
this description. When you have it, you should transmit it to the receiver (there is a formal way of doing it , i can&#39;t give details) .<br><br>if you&#39;re using FFmpeg I can help you a little more, but if you want to read files with differents kind of sources, I can&#39;t help you.<br>
Regards, Steve Jiekak<br><br><div class="gmail_quote">On Tue, Sep 8, 2009 at 4:06 AM, ansary mohamed <span dir="ltr">&lt;<a href="mailto:ansary858@hotmail.com">ansary858@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
Hi experts,<br>
 <br>
I am doing H.264 streaming using live555 libraries and using vlc to play the rtp stream. I understand from the mailing list that this is done before. I read thru the codes and rfc documents but unable to understand how to do it. There is a tutorial based on this and it is posted at <br>

 <br>
<a href="http://www.white.ca/patrick/tutorial.tar.gz" target="_blank">http://www.white.ca/patrick/tutorial.tar.gz</a> but the tutorial is not found anymore. I would really appreciate it if anyone has the new link to this. Or anyone can shed some light on how to go about doing it. Some sample codes would surf me as a starting point. <br>

 <br>
 <br>
Thanks<br><br><hr>Be seen with Buddy! Tag your picture and win exciting prizes!  <a href="http://discover.windowslive.com/en-sg/messenger/messengeris10/#/be-seen-with-buddy" target="_blank">Click here</a></div>
<br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br>