Hi guys,

 

thanks for all your advise on how to implement H.264 streaming". I have done so 
by using unicast. I have another question to ask you u guys. When the live555 
is streaming h264 file, does it read the whole file at once or just reads 
several bytes at once. If it does not read the whole file intially, how to 
implement it such that it does.

 

Thanks in advance
 


Date: Wed, 9 Sep 2009 13:38:16 +0200
From: devaure...@gmail.com
To: live-de...@ns.live555.com
Subject: Re: [Live-devel] (no subject)

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.


 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),
your framer just need to recognize and remove the NALU start code (0x00 00 01) 
before sending the frame to the sink.
Another thing you have to do (IF YOU'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 
this description. When you have it, you should transmit it to the receiver 
(there is a formal way of doing it , i can't give details) .

if you're using FFmpeg I can help you a little more, but if you want to read 
files with differents kind of sources, I can't help you.
Regards, Steve Jiekak


On Tue, Sep 8, 2009 at 4:06 AM, ansary mohamed <ansary...@hotmail.com> wrote:


Hi experts,
 
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 
 
http://www.white.ca/patrick/tutorial.tar.gz 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. 
 
 
Thanks



Be seen with Buddy! Tag your picture and win exciting prizes! Click here
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel



_________________________________________________________________
See all the ways you can stay connected to friends and family
http://www.microsoft.com/windows/windowslive/default.aspx
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to