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:
Viktor Barzin 2024-01-25 23:39:08 +00:00
parent 28c6e567f4
commit 44a0c8530b
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 2 deletions

View file

@ -43,7 +43,8 @@ resource "kubernetes_config_map" "config" {
enabled: true
ffmpeg:
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:
enabled: True # <---- disable detection until you have a working camera feed
width: 704 # <---- update for your camera's resolution
@ -62,7 +63,8 @@ resource "kubernetes_config_map" "config" {
enabled: true
ffmpeg:
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:
enabled: False # <---- disable detection until you have a working camera feed
width: 704 # <---- update for your camera's resolution

Binary file not shown.