hass-core/homeassistant/components/stream
Allen Porter 094f7d38ad
Use buffer at stream start with unsupported audio (#54672)
Add a test that reproduces the issue where resetting the iterator
drops the already read packets. Fix a bug in replace_underlying_iterator
because checking the self._next function turns out not to work since
it points to a bound method so the "is not" check fails.
2021-08-15 21:02:37 -07:00
..
__init__.py Move recorder.py import to runtime (#52682) 2021-07-08 09:20:27 +02:00
const.py Refactor stream to create partial segments (#51282) 2021-06-14 00:41:21 +08:00
core.py Clean up stream refactor (#51951) 2021-06-20 13:38:02 +08:00
fmp4utils.py Clean up stream refactor (#51951) 2021-06-20 13:38:02 +08:00
hls.py Clean up stream refactor (#51951) 2021-06-20 13:38:02 +08:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
recorder.py Improve type hints in stream (#51837) 2021-06-14 23:59:25 +08:00
worker.py Use buffer at stream start with unsupported audio (#54672) 2021-08-15 21:02:37 -07:00