Page 1 of 1

Transcode RTSP stream to HTTPS MJPEG

Posted: 04 May 2020 13:36
by denniseindh
Hi all,

I try to restream a rtsp stream from an IP camera.
I searched and read a lot in the documentation and using http is no problem all is working fine.
Now I want to do it over a secure ssl connection, i have :

start vlc -vvv -Idummy --extraintf=logger --verbose=2 --logfile=D:\vlc.log --logmode=text --file-logging "rtsp://admin:password@192.168.0.108:554/cam/realmonitor?channel=1&subtype=1" --sout #transcode{vcodec=MJPG,venc=ffmpeg{strict=1},fps=25,width=704,height=576}:http{access=https
{cert=c:\TestSite\web.eu-crt.pem,key=c:\TestSite\web.eu-key.pem,mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:7901/}

I tried a couple of combinations with the options ( using extra {} or not) but nothing works. cert is a valid cert. In the vlc log we get unknown option cert and unknown option key. ssl cert not specified.
Probably I do something wrong with the options , what do i miss?

Thank you in advance

Best regards,
Dennis

Re: Transcode RTSP stream to HTTPS MJPEG

Posted: 25 Apr 2022 19:33
by mnewiraq
Hi Dennis

Did you manage to restream the rtsp ?

Re: Transcode RTSP stream to HTTPS MJPEG

Posted: 26 Apr 2022 12:18
by RĂ©mi Denis-Courmont
There may be other issues, but realistically transcoding to JPEG at 25 fps is never going to work without hardware acceleration.

You should consider yourself lucky if you can do 1 fps.