mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix go2rtc no audio issue (#129428)
This commit is contained in:
@@ -21,7 +21,8 @@ api:
|
|||||||
listen: "127.0.0.1:1984"
|
listen: "127.0.0.1:1984"
|
||||||
|
|
||||||
rtsp:
|
rtsp:
|
||||||
listen: ""
|
# ffmpeg needs rtsp for opus audio transcoding
|
||||||
|
listen: "127.0.0.1:8554"
|
||||||
|
|
||||||
webrtc:
|
webrtc:
|
||||||
ice_servers: []
|
ice_servers: []
|
||||||
|
@@ -58,7 +58,8 @@ api:
|
|||||||
listen: "127.0.0.1:1984"
|
listen: "127.0.0.1:1984"
|
||||||
|
|
||||||
rtsp:
|
rtsp:
|
||||||
listen: ""
|
# ffmpeg needs rtsp for opus audio transcoding
|
||||||
|
listen: "127.0.0.1:8554"
|
||||||
|
|
||||||
webrtc:
|
webrtc:
|
||||||
ice_servers: []
|
ice_servers: []
|
||||||
|
Reference in New Issue
Block a user