-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Config Support]: Can't get go2rtc to re-encode my h265 to h264 #15198
Replies: 1 comment · 9 replies
-
You should use ffmpeg on the camera stream url itself and only provide opus audio in the second line, eg:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
you'll want to add trace logs for exec so we can see what the specific error is |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks @NickM-27 - I tried my luck with logger:
default: debug
logs:
go2rtc.exec: debug
go2rtc: debug to no avail, I'm not getting anything more verbose than the above - and the docs don't really help |
Beta Was this translation helpful? Give feedback.
All reactions
-
it is done in the go2rtc config
|
Beta Was this translation helpful? Give feedback.
All reactions
-
One step closer.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
After a long trial/error journey I've been able to find the right ffmpeg incantation to achieve my goal - however I'm not really sure how that would fit into go2rtc.
Any recommendation here? |
Beta Was this translation helpful? Give feedback.
-
Describe the problem you are having
I'm using Reolink Duo 2 cameras (I know).
I've tried many multiple config permutations to convert h265 to h264 to no avail. Can anybody spot what's wrong with my setup?
Version
0.15.0-e76f4e9
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
# UNINTERESTING LOGS 2024-11-26 11:52:16.231544451 [INFO] Preparing new go2rtc config... 2024-11-26 11:52:16.562722981 [INFO] Starting go2rtc... 2024-11-26 11:52:16.651378640 11:52:16.651 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2 2024-11-26 11:52:16.651767027 11:52:16.651 INF config path=/dev/shm/go2rtc.yaml 2024-11-26 11:52:16.652718055 11:52:16.652 INF [api] listen addr=:1984 2024-11-26 11:52:16.653085071 11:52:16.652 INF [rtsp] listen addr=:8554 2024-11-26 11:52:16.653562785 11:52:16.653 INF [webrtc] listen addr=:8555/tcp 2024-11-26 11:52:26.235027351 [INFO] Starting go2rtc healthcheck service...
Frigate stats
Operating system
Proxmox
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions