Re: [Live-devel] My MPEG4 Source does not make MPEG4ESVideoRTPSink set marker bits.

2008-02-28 Thread Ross Finlayson
>Hi, I'm streaming MPEG4 and use FFMPEG library to encode MPEG4 frames >from my own live source. ... >This means I should instead subclass MPEG4VideoStreamFramer and set the >pictureEndMarker everytime I have a complete frame? No, because the parser in "MPEG4VideoStreamFramer" should automatica

Re: [Live-devel] My MPEG4 Source does not make MPEG4ESVideoRTPSink set marker bits.

2008-02-26 Thread Cristiano Belloni
Cristiano Belloni wrote: > Hi, I'm streaming MPEG4 and use FFMPEG library to encode MPEG4 frames > from my own live source. > > I wrote my own FramedSource subclass and that does the trick. > > The problem is, MPEG4ESVideoRTPSink does not set the marker bits at > all. I took a look at the code in

[Live-devel] My MPEG4 Source does not make MPEG4ESVideoRTPSink set marker bits.

2008-02-25 Thread Cristiano Belloni
Hi, I'm streaming MPEG4 and use FFMPEG library to encode MPEG4 frames from my own live source. I wrote my own FramedSource subclass and that does the trick. The problem is, MPEG4ESVideoRTPSink does not set the marker bits at all. I took a look at the code in the MPEG4ESVideoRTPSink.cpp file and