go2rtc icon indicating copy to clipboard operation
go2rtc copied to clipboard

unable to populate media section, RTPSender created with no codecs

Open hmjgriffon1 opened this issue 1 year ago • 1 comments

I am using frigate 13.1 and I get this error with the embedded go2rtc 1.8.4 and manually using 1.8.5, stream will eventually start in google chrome browser but none of the streams work when I go to go2rtc 1.8.5 [streams info]

2024-02-06 08:30:25.750061179  [INFO] Preparing new go2rtc config...
2024-02-06 08:30:25.957198350  [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2024-02-06 08:30:26.001828273  [WARN] Using go2rtc binary from '/config/go2rtc' instead of the embedded one
2024-02-06 08:30:26.001833617  [INFO] Starting go2rtc...
2024-02-06 08:30:26.086345802  08:30:26.086 INF go2rtc version 1.8.5 linux/amd64
2024-02-06 08:30:26.086826456  08:30:26.086 INF [api] listen addr=:1984
2024-02-06 08:30:26.086892463  08:30:26.086 INF [rtsp] listen addr=:8554
2024-02-06 08:30:26.087203932  08:30:26.087 INF [webrtc] listen addr=:8555
2024-02-06 08:30:35.747285825  [INFO] Starting go2rtc healthcheck service...
2024-02-06 08:31:23.053293755  08:31:23.053 ERR github.com/AlexxIT/go2rtc/internal/webrtc/webrtc.go:185 > error="unable to populate media section, RTPSender created with no codecs"

hmjgriffon1 avatar Feb 06 '24 13:02 hmjgriffon1

Increase log level to trace and show result

AlexxIT avatar Apr 23 '24 10:04 AlexxIT