mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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"
|
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: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user