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