Transcode RTSP stream to HTTPS MJPEG

About encoding, codec settings, muxers and filter usage
denniseindh
New Cone
New Cone
Posts: 1
Joined: 04 May 2020 13:22

Transcode RTSP stream to HTTPS MJPEG

Postby denniseindh » 04 May 2020 13:36

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

mnewiraq
New Cone
New Cone
Posts: 1
Joined: 25 Apr 2022 19:29

Re: Transcode RTSP stream to HTTPS MJPEG

Postby mnewiraq » 25 Apr 2022 19:33

Hi Dennis

Did you manage to restream the rtsp ?

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Transcode RTSP stream to HTTPS MJPEG

Postby Rémi Denis-Courmont » 26 Apr 2022 12:18

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.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 7 guests