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

2007-10-05 Thread Raymond Tam
& use Subject: Re: [Live-devel] Streaming a H.264 file 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 whi

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

2007-10-05 Thread Ross Finlayson
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! twH264VideoStre

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

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

2007-09-27 Thread Mojtaba Hosseini
>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. Hello, Something ver

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

2007-09-26 Thread Ross Finlayson
1. I'm planning to follow the example of testMPEG1or2AudioVideoStreamer.cpp and write my own testH264AudioVideoStreamer.cpp. Is that a good approach? I think so, yes. 2. What other functions do I need to implement? (Please note that my input file is a Program Stream that contains PES packets)