stream valchedrym cameras over internet instead of tailscaale to reduce cpu usage; yes rtsp is not safe but that is the best i have so far [ci skip]
This commit is contained in:
parent
5a356de6ea
commit
f9ae67baf7
1 changed files with 4 additions and 2 deletions
|
|
@ -43,7 +43,8 @@ resource "kubernetes_config_map" "config" {
|
||||||
enabled: true
|
enabled: true
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://${var.valchedrym_camera_credentials}@192.168.0.11:554/Streaming/Channels/101 # <----- The stream you want to use for detection
|
#- path: rtsp://${var.valchedrym_camera_credentials}@192.168.0.11:554/Streaming/Channels/101 # <----- The stream you want to use for detection
|
||||||
|
- path: rtsp://${var.valchedrym_camera_credentials}@valchedrym.ddns.net:554/Streaming/Channels/101 # <----- The stream you want to use for detection
|
||||||
detect:
|
detect:
|
||||||
enabled: True # <---- disable detection until you have a working camera feed
|
enabled: True # <---- disable detection until you have a working camera feed
|
||||||
width: 704 # <---- update for your camera's resolution
|
width: 704 # <---- update for your camera's resolution
|
||||||
|
|
@ -62,7 +63,8 @@ resource "kubernetes_config_map" "config" {
|
||||||
enabled: true
|
enabled: true
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://${var.valchedrym_camera_credentials}@192.168.0.11:554/Streaming/Channels/201 # <----- The stream you want to use for detection
|
#- path: rtsp://${var.valchedrym_camera_credentials}@192.168.0.11:554/Streaming/Channels/201 # <----- The stream you want to use for detection
|
||||||
|
- path: rtsp://${var.valchedrym_camera_credentials}@valchedrym.ddns.net:554/Streaming/Channels/201 # <----- The stream you want to use for detection
|
||||||
detect:
|
detect:
|
||||||
enabled: False # <---- disable detection until you have a working camera feed
|
enabled: False # <---- disable detection until you have a working camera feed
|
||||||
width: 704 # <---- update for your camera's resolution
|
width: 704 # <---- update for your camera's resolution
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue