Alberto Panu

Results 3 comments of Alberto Panu

I've just embedded it on a https site behind an apache webserver that act as a reverse proxy with autentication and works great!

We also have the same problem, with 5 camera with 0.1.8 version, we try with factory reset, with no luck. Thanks.

``` # General setup for the virtual host DocumentRoot "/htdocs/rtspstream.pippo.it" ServerName rtspstream.pippo.it:443 #ServerAdmin [email protected] ProxyRequests Off ProxyPreserveHost On SSLProxyEngine on Alias "/.well-known/" "/htdocs/rtspstream.pippo.it/.well-known/" Alias "/index.html" "/htdocs/rtspstream.pippo.it/index.html" AllowOverride None Require all...