Fix go2rtc no audio issue (#129428)

This commit is contained in:
Robert Resch 2024-10-29 16:01:51 +01:00 committed by GitHub
parent 8a6c9b7afc
commit 58e151966c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,8 @@ api:
listen: "127.0.0.1:1984"
rtsp:
listen: ""
# ffmpeg needs rtsp for opus audio transcoding
listen: "127.0.0.1:8554"
webrtc:
ice_servers: []

View File

@ -58,7 +58,8 @@ api:
listen: "127.0.0.1:1984"
rtsp:
listen: ""
# ffmpeg needs rtsp for opus audio transcoding
listen: "127.0.0.1:8554"
webrtc:
ice_servers: []