mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix go2rtc no audio issue (#129428)
This commit is contained in:
parent
8a6c9b7afc
commit
58e151966c
@ -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: []
|
||||
|
@ -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: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user