[Config Support]: Cams working, restream not #15800
-
Describe the problem you are havingHi together, i have a working Camera (Hikvision DS-2CD2T87G2P-LSU/SL) in Frigate. Now i want to create a restream of that camera to some tablet devices.
I found a thread here to add a ffmpeg parameter to stream source
to
But this did not change anything. Anyone has an idea? Kind Regards Version0.14 Frigate config filedetectors:
coral:
type: edgetpu
device: usb
review:
alerts:
labels:
- person
detections:
labels:
- person
ffmpeg:
hwaccel_args: preset-vaapi
go2rtc:
streams:
cam-hape:
- rtsp://--USER--:[email protected]:554/Streaming/channels/102/
cameras:
cam-hape:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam-hape
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: false
height: 720
width: 1280
fps: 5
objects:
filters:
person: {}
zones:
Person:
coordinates:
0.576,0.024,0.363,0.128,0.129,0.614,0.071,0.792,0.036,0.999,0.702,0.998,0.638,0.412
loitering_time: 0
objects: person
version: 0.14 Relevant Frigate log output2025-01-03 20:03:04.239501 [INFO] Preparing Frigate...
2025-01-03 20:03:04.239587 [INFO] Starting Frigate...
2025-01-03 20:03:05.923558 [2025-01-03 20:03:05] frigate.app INFO : Starting Frigate (0.14.1-)
2025-01-03 20:03:05.928441 [2025-01-03 20:03:05] frigate.util.config INFO : Checking if frigate config needs migration...
2025-01-03 20:03:05.949596 [2025-01-03 20:03:05] frigate.util.config INFO : frigate config does not need migration...
2025-01-03 20:03:06.002102 [2025-01-03 20:03:06] peewee_migrate.logs INFO : Starting migrations
2025-01-03 20:03:06.002762 [2025-01-03 20:03:06] peewee_migrate.logs INFO : There is nothing to migrate
2025-01-03 20:03:06.012402 [2025-01-03 20:03:06] frigate.app INFO : Recording process started: 4834
2025-01-03 20:03:06.018577 [2025-01-03 20:03:06] frigate.app INFO : Recording process started: 4836
2025-01-03 20:03:06.021740 [2025-01-03 20:03:06] frigate.app INFO : go2rtc process pid: 163
2025-01-03 20:03:06.072073 [2025-01-03 20:03:06] detector.coral INFO : Starting detection process: 4863
2025-01-03 20:03:06.072599 [2025-01-03 20:03:06] frigate.app INFO : Output process started: 4865
2025-01-03 20:03:06.108496 [2025-01-03 20:03:06] frigate.app INFO : Camera processor started for cam-hape: 4882
2025-01-03 20:03:06.108589 [2025-01-03 20:03:06] frigate.app INFO : Camera processor not started for disabled camera Cam-Garten
2025-01-03 20:03:06.108660 [2025-01-03 20:03:06] frigate.app INFO : Camera processor not started for disabled camera Cam-Klingel
2025-01-03 20:03:06.112923 [2025-01-03 20:03:06] frigate.app INFO : Capture process started for cam-hape: 4883
2025-01-03 20:03:06.113010 [2025-01-03 20:03:06] frigate.app INFO : Capture process not started for disabled camera Cam-Garten
2025-01-03 20:03:06.113082 [2025-01-03 20:03:06] frigate.app INFO : Capture process not started for disabled camera Cam-Klingel
2025-01-03 20:03:06.151361 [2025-01-03 20:03:06] frigate.video ERROR : cam-hape: Unable to read frames from ffmpeg process.
2025-01-03 20:03:06.151676 [2025-01-03 20:03:06] frigate.video ERROR : cam-hape: ffmpeg process is not running. exiting capture thread...
2025-01-03 20:03:08.710376 [2025-01-03 20:03:06] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-01-03 20:03:08.729689 [2025-01-03 20:03:08] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found Relevant go2rtc log output2025-01-03 18:54:53.712037 [INFO] Preparing new go2rtc config...
2025-01-03 18:54:54.742059 [INFO] Starting go2rtc...
2025-01-03 18:54:54.860031 18:54:54.859 INF go2rtc platform=linux/amd64 revision=dbe9e4a version=1.9.7
2025-01-03 18:54:54.860147 18:54:54.860 INF config path=/dev/shm/go2rtc.yaml
2025-01-03 18:54:54.860728 18:54:54.860 INF [api] listen addr=:1984
2025-01-03 18:54:54.861028 18:54:54.860 INF [rtsp] listen addr=:8554
2025-01-03 18:54:54.861289 18:54:54.861 INF [webrtc] listen addr=:8555/tcp Frigate statsNo response Operating systemProxmox Install methodProxmox via TTeck Script docker-compose file or Docker CLI commandProxmox without docker:
https://tteck.github.io/Proxmox/#frigate-lxc Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Revert your go2rtc stream to:
|
Beta Was this translation helpful? Give feedback.
Revert your go2rtc stream to:
ffmpeg:rtsp://--USER--:[email protected]:554/Streaming/channels/102/#video=copy#audio=copy
and then try enabling go2rtc trace logs: