mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Live Streams Component (#21473)
* initial commit of streams * refactor stream component * refactor so stream formats are not considered a platform * initial test and minor refactor * fix linting * update requirements * need av in tests as well * fix import in class def vs method * fix travis and docker builds * address code review comments * fix logger, add stream start/stop logs, listen to HASS stop * address additional code review comments * beef up tests * fix tests * fix lint * add stream_source to onvif camera * address pr comments * add keepalive to camera play_stream service * remove keepalive and move import * implement registry and have output provider remove itself from stream after idle, set libav log level to error
This commit is contained in:
committed by
Paulus Schoutsen
parent
0a6ba14444
commit
7ccd0bba9a
@@ -28,6 +28,9 @@ PACKAGES=(
|
||||
libmpc-dev libmpfr-dev libgmp-dev
|
||||
# homeassistant.components.ffmpeg
|
||||
ffmpeg
|
||||
# homeassistant.components.stream
|
||||
libavformat-dev libavcodec-dev libavdevice-dev
|
||||
libavutil-dev libswscale-dev libswresample-dev libavfilter-dev
|
||||
# homeassistant.components.sensor.iperf3
|
||||
iperf3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user