[Live-devel] H.264 presentation time

2007-10-19 Thread Raymond Tam
Hi, I've implemented my H.264 framer but my streaming video doesn't look right on the VLC client, it looks jittery and the picture breaks up. >From reading the past mailing-list archive, I get the idea that in my h.264 framer I have to only set "fPresentationTime" and "fDurationInMicroseco

Re: [Live-devel] Streaming a H.264 file

2007-10-05 Thread Raymond Tam
Thanks Ross. Yes I know the exception is not an error, in fact I've been getting it all along while parsing the stream normally. From: [EMAIL PROTECTED] on behalf of Ross Finlayson Sent: Fri 10/5/2007 1:20 AM To: LIVE555 Streaming Media - development & use Subjec

Re: [Live-devel] Streaming a H.264 file

2007-10-04 Thread Raymond Tam
Hi, I've implemented my own H.264 framer and testH264AudioVideoStreamer, and the test program is now streaming RTP/H.264 packets to a VLC client and I can see the video playing on the VLC client. But after running for a while, I get this error: About to throw NO_MORE_BUFFERED_INPUT! twH26

[Live-devel] Streaming a H.264 file

2007-09-26 Thread Raymond Tam
Hi, I've just started looking into the live555 libraries, and I'm already very impressed by the work that has been done on it. I understand that there's no test program that streams H.264 file. So I'd to write a test program to stream a H.264 file to a client like QuickTime. The format of t