Page 1 of 1

HTTPS output not working

Posted: 12 Aug 2018 18:24
by Rudolf Dvorak
Hello,
I have the problem with streaming out with https. I am trying to stream Surveillance Camera stream to Smart Home App. I want to use HTTPS (secured) traffic.

Here are commands, that I am using on Windows and Linux(Debian). When I try to use HTTP stream everything is working fine. But HTTPS no.

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv rtsp://<hidden>/s0 --sout="#transcode{vcodec=theo,vb=800,scale=1,acodec=none}:http{access=https,mux=ogg,dst=:9001/cam}" --sout-keep --http-reconnect --http-continuous --http-cert="C:\<hidden>\fullchain.pem" --http-key="C:\<hidden\privkey.pem"

Code: Select all

vlc -vvv rtsp://<hidden>/s0 --sout="#transcode{vcodec=theo,vb=800,scale=1,acodec=none}:http{access=https,mux=ogg,dst=:9001/cam}" --sout-keep --http-reconnect --http-continuous --http-cert="/etc/letsencrypt/live/<hidden>/fullchain.pem" --http-key="/etc/letsencrypt/live/<hidden>/privkey.pem"
I tried to connect using VLC on another computer (firewalls disabled for testing) but the connection is loading. Certificates are from Let's Encrypt.

Now I am attaching log files.
vlc_https_windows-server
vlc_https_linux-server
vlc_https_client-against-linux-server
vlc_https_client-against-windows-server

I tried to check https connection using OpenSSL s_client and it looks ok for me.

Re: HTTPS output not working

Posted: 13 Aug 2018 10:04
by RĂ©mi Denis-Courmont
VLC 2.2 is no longer supported and the 3.0 log seems to be working fine...