> Mjpeg streaming and encoding is done in separate thread and the output
> AVPackets are stored in a que
>
> FramedSource::doGetNextFrame check if there is any packet in the que and
> deliver it, otherwise schedule a delayed call on
> FramedSource::doGetNextFrameStatic to do frame checking aga
Hi
Im currently working on a OSX project to transcode Mjpeg from IP camera to
RTSP mpeg4 with libavcodec
The Stream from camera is 1280x960 at 4fps.
I implemented the subclass of FrameSource and use MPEG4DescreteVideoFramer and
feed FramerSource
Mjpeg streaming and encoding is done in separ