Re: [Live-devel] MJPEG support for MKV parser

2014-04-02 Thread PROMONET Michel
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 @@]

Re: [Live-devel] MJPEG support for MKV parser

2014-04-02 Thread Ross Finlayson
> 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.

[Live-devel] MJPEG support for MKV parser

2014-04-02 Thread PROMONET Michel
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