> 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
Thanks. I've just installed a new version of the code (2012.10.21) that fixes
this.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-deve
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
Hi Ross,
I found a small bug in the "PresentationTimeSessionNormalizer" class. It can
be reproduced with the live555ProxyServer so it is unrelated to the fact I'm
using it in my application and I'm not complaining! ;)
The symptoms occurs when I use a multi subsession source such as my camera
Grumble. I wasn't planning to, because those classes were intended to be used
only by our proxy server implementation.
But I've made those two class definitions visible in the latest release
(2012.10.19). (Don't complain, though, if they don't do what you want them to
:-)
Ross Finlayson
Liv