hass-core/tests/components/stream
Allen Porter 89aaeb3c35
Refactor stream worker responsibilities for segmenting into a separate class (#46563)
* Remove stream_worker dependencies on Stream

Removee stream_worker dependencies on Stream and split out the logic
for writing segments to a stream buffer.

* Stop calling internal stream methods

* Update homeassistant/components/stream/worker.py

Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com>

* Reuse self._outputs when creating new streams

Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com>
2021-02-15 09:52:37 -08:00
..
__init__.py Live Streams Component (#21473) 2019-03-11 19:57:10 -07:00
common.py Change the API boundary between camera and stream with initial improvement for nest expiring stream urls (#45431) 2021-02-08 19:53:28 -08:00
conftest.py Fix bug in test found by manual log inspection (#46309) 2021-02-09 21:59:49 -08:00
test_hls.py Add additional stream HLS payload tests (#46517) 2021-02-14 20:32:37 -08:00
test_recorder.py Change the API boundary between camera and stream with initial improvement for nest expiring stream urls (#45431) 2021-02-08 19:53:28 -08:00
test_worker.py Refactor stream worker responsibilities for segmenting into a separate class (#46563) 2021-02-15 09:52:37 -08:00