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