Re: [Live-devel] MJPEG2000 support (.mj2)

2019-05-20 Thread Ross Finlayson
I’ve just installed a new version (2019.05.21) of the “LIVE555 Streaming Media” code that includes implementations of “JPEG2000VideoRTPSink” and “JPEG2000VideoRTPSource” for sending/receiving JPEG 2000 RTP packets. (Note that these differ a little from the patch that you sent, because they incl

Re: [Live-devel] MJPEG2000 support (.mj2)

2019-05-20 Thread BONNISSENT Francois - Contractor
Here is a valid link to download mj2 file : https://github.com/bitsgalore/jp2kMagic/blob/master/sampleImages/Speedway.mj2 Regards -Message d'origine- De : live-devel [mailto:live-devel-boun...@us.live555.com] De la part de Ross Finlayson Envoyé : lundi 20 mai 2019 11:16 À : LIVE555 Stre

Re: [Live-devel] MJPEG2000 support (.mj2)

2019-05-20 Thread Ross Finlayson
> On May 20, 2019, at 1:27 AM, BONNISSENT Francois - Contractor > wrote: > > for my tests, I generated mj2 files with ffmpeg as it: > > - eg convert a h264 file to mj2 (mov): > > ffmpeg -i test.h264 -map 0 -c:v libopenjpeg -c:a copy lossless.mov No, sorry - I couldn’t get this to work. (I

Re: [Live-devel] MJPEG2000 support (.mj2)

2019-05-20 Thread BONNISSENT Francois - Contractor
for my tests, I generated mj2 files with ffmpeg as it: - eg convert a h264 file to mj2 (mov): ffmpeg -i test.h264 -map 0 -c:v libopenjpeg -c:a copy lossless.mov mv lossless.mov myvideo.mj2 - after I can receive it via OpenRTSP : openRTSP -m rtsp://10.198.165.62:8554/myvideo.mj2 - and assembl

Re: [Live-devel] MJPEG2000 support (.mj2)

2019-05-20 Thread BONNISSENT Francois - Contractor
Hi Ross You can find a mj2 sample file at : http://www.openjpeg.org/speedway_opj.mj2 Francois Bonnissent -Message d'origine- De : live-devel [mailto:live-devel-boun...@us.live555.com] De la part de Ross Finlayson Envoyé : dimanche 19 mai 2019 03:04 À : LIVE555 Streaming Media - developm