mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Remove not needed go2rtc stream config (#148836)
This commit is contained in:
parent
d46e0e132b
commit
7f2a32d4eb
@ -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",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user