It works with ffplay using the following command: ffplay -f mxg -i " http://admin:[email protected]:80/control/faststream.jpg?stream=MxPEG"
As you can see, the input stream is an IP camera http stream. So it works with ffplay (also with VLC), but when I manually feed the decoder with the frames as I need to to, only the first frame gets decoded. On Tue, May 5, 2015 at 11:13 AM Carl Eugen Hoyos <[email protected]> wrote: > Gal Bar Mashiah <galbarm@...> writes: > > > The decode succeeds only for the first frame. > > I think I need to set the AVInputFormat to > > "mxg" in order for this to work for the > > Mobotix MxPEG stream, but I'm not sure how. > > What is the filename of your input stream? > If it does not have extension "mxg", > autodetection cannot work and you have to > force the mxg demuxer. > > Does it work with ffmpeg (the application)? > > Carl Eugen > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
