How to run surveillance app QVRPro?

Hi,

I would like to know if anyone has successfully ran QNAP surveillance application under Caddy? I can connect with mobile app but live stream or playback not working. From computer application can’t connect at all.

Config:

 https://nas.domain.lt {
     proxy / 127.0.0.1:8080 {
         transparent
         websocket
         except /qvrpro/streaming/
     }
 
     redir /qvrpro/streaming/ http://{host}{uri}
 
     log /share/CACHEDEV1_DATA/Caddy/logs/nas.domain.access.log
     errors /share/CACHEDEV1_DATA/Caddy/logs/nas.domain.error.log
 }
 
 http://nas.domain.lt {
     proxy /qvrpro/streaming/getstream.cgi 127.0.0.1:8080 {
         transparent
         websocket
     }
 
 }

Based on the name of the streaming software (/qvrpro/streaming/getstream.cgi), it looks like you may need to use fastcgi to reach it rather than a proxy.

@jung is probably right, do you have a sample config for another webserver?

No, I don’t have any example. But hope that anyone who has QNAP successfully ran it already and can share config.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.