diff options
-rw-r--r-- | odin.nix | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -300,8 +300,7 @@ | |||
300 | extraConfig = '' | 300 | extraConfig = '' |
301 | camera_name living-room | 301 | camera_name living-room |
302 | 302 | ||
303 | netcam_url mjpeg://ipcam02.hlidskjalf.yggdrasil:80/video2.mjpeg | 303 | netcam_url rtsp://ipcam02.hlidskjalf.yggdrasil:554/live2.sdp |
304 | netcam_keepalive on | ||
305 | width 1920 | 304 | width 1920 |
306 | height 1080 | 305 | height 1080 |
307 | 306 | ||
@@ -479,8 +478,8 @@ | |||
479 | 478 | ||
480 | locations = { | 479 | locations = { |
481 | "/bar/".proxyPass = "http://bar/"; | 480 | "/bar/".proxyPass = "http://bar/"; |
482 | "/motion/cat-food.mjpeg".proxyPass = "http://localhost:8080"; | 481 | "/motion/cat-food.mjpeg".proxyPass = "http://localhost:8080/"; |
483 | "/motion/living-room.mjpeg".proxyPass = "http://localhost:8081"; | 482 | "/motion/living-room.mjpeg".proxyPass = "http://localhost:8081/"; |
484 | }; | 483 | }; |
485 | }; | 484 | }; |
486 | 485 | ||