Hi Ross,
I just post an MJPEG stream inside a MKV container at
http://dl.free.fr/j6ya9ZwlW
Web interface is in French for me, I hope it's in English for you. Otherwise I
will send using an other way.
Thanks again for your support,
Michel.
[@@ THALES GROUP INTERNAL @@]
> I am using the live555 code in order to parse MKV file and it works nicely.
>
> However it fails when MKV contains a MJPEG stream.
[...]
> Do you think it could be an interesting evolution in next live555 release ?
Yes. However, I'd need an example of such a file to test the implementation.
Hi Ross,
I am using the live555 code in order to parse MKV file and it works nicely.
However it fails when MKV contains a MJPEG stream.
I tried the following modification of the parser :
diff -rup live.ref/liveMedia/MatroskaFileParser.cpp
live/liveMedia/MatroskaFileParser.cpp
--- li