mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 13:21:33 +02:00
Remove not needed go2rtc stream config (#148836)
This commit is contained in:
@@ -328,7 +328,6 @@ class WebRTCProvider(CameraWebRTCProvider):
|
|||||||
# Connection problems to the camera will be logged by the first stream
|
# Connection problems to the camera will be logged by the first stream
|
||||||
# Therefore setting it to debug will not hide any important logs
|
# Therefore setting it to debug will not hide any important logs
|
||||||
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
||||||
f"ffmpeg:{camera.entity_id}#video=mjpeg",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -120,7 +120,6 @@ async def _test_setup_and_signaling(
|
|||||||
[
|
[
|
||||||
"rtsp://stream",
|
"rtsp://stream",
|
||||||
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
||||||
f"ffmpeg:{camera.entity_id}#video=mjpeg",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -139,7 +138,6 @@ async def _test_setup_and_signaling(
|
|||||||
[
|
[
|
||||||
"rtsp://stream",
|
"rtsp://stream",
|
||||||
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
||||||
f"ffmpeg:{camera.entity_id}#video=mjpeg",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -696,6 +694,5 @@ async def test_generic_workaround(
|
|||||||
[
|
[
|
||||||
"ffmpeg:https://my_stream_url.m3u8",
|
"ffmpeg:https://my_stream_url.m3u8",
|
||||||
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
f"ffmpeg:{camera.entity_id}#audio=opus#query=log_level=debug",
|
||||||
f"ffmpeg:{camera.entity_id}#video=mjpeg",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user