& 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
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
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
>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
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)