deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.27k stars 302 forks source link

How to serve https #242

Closed henryeticom closed 1 year ago

henryeticom commented 1 year ago

Followed the installation instruction but i am not able to run it on https

rogeriocassares commented 1 year ago

Hi! I am using HAProxy and it is working.

Have you ever tried?

tiaomail commented 1 year ago

This configuration works for me: "server":{ "debug":true, "log_level":"info", "http_demo":true, "http_debug":true, "http_login":"demo", "http_password":"demo", "http_port":":8083", "rtsp_port":":554", "https": true, "https_auto_tls": false, "https_auto_tls_name": "", "https_cert": "server.crt", "https_key": "server.key", "https_port": ":443" },

henryeticom commented 1 year ago

@tiaomail that works :)