core/homeassistant/components/stream
uvjustin 3ca7eb9440
Update HLS playlist in stream (#51191)
* Enable gzip encoding for playlist responses
* Add EXT-X-PROGRAM-DATE-TIME to playlist
* Add EXT-X-START to playlist
* Change EXT-X-VERSION from 7 to 6
* Move idle timer call to recv
* Refactor recv to remove cursor and return bool
* Rename STREAM_TIMEOUT to SOURCE_TIMEOUT
2021-05-30 11:41:23 +08:00
..
__init__.py Change stream sequence number to start from 0 (#51101) 2021-05-27 11:22:31 +08:00
const.py Update HLS playlist in stream (#51191) 2021-05-30 11:41:23 +08:00
core.py Update HLS playlist in stream (#51191) 2021-05-30 11:41:23 +08:00
fmp4utils.py Refactor stream to use bytes (#51066) 2021-05-26 16:19:09 +08:00
hls.py Update HLS playlist in stream (#51191) 2021-05-30 11:41:23 +08:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
recorder.py Change stream sequence number to start from 0 (#51101) 2021-05-27 11:22:31 +08:00
worker.py Update HLS playlist in stream (#51191) 2021-05-30 11:41:23 +08:00