hass-core/homeassistant/components/stream
uvjustin dc2d0b9297
Add audio to stream (#38846)
* Add audio to stream component

* Use container options to do most fmp4 formatting

* Add test for treatment of different audio inputs

* Add test for treatment of different audio inputs

* pcm_mulaw frames should be s16

* Use seek to get BytesIO length

* Remove unused utcnow

* Remove peek_next_audio_pts

* only demux audio and video packets - ignoring data and subtitle streams

Co-authored-by: Jason Hunter <hunterjm@gmail.com>
2020-08-19 23:18:54 -04:00
..
__init__.py Stream clients operate on a copy of the intnernal self._outputs dict (#38766) 2020-08-11 17:20:43 -04:00
const.py Add audio to stream (#38846) 2020-08-19 23:18:54 -04:00
core.py Add audio to stream (#38846) 2020-08-19 23:18:54 -04:00
fmp4utils.py Add audio to stream (#38846) 2020-08-19 23:18:54 -04:00
hls.py Add audio to stream (#38846) 2020-08-19 23:18:54 -04:00
manifest.json Bumped PyAv to 8.0.2 to fix mac os stream issue (#36396) 2020-06-03 08:00:50 +02:00
recorder.py Add audio to stream (#38846) 2020-08-19 23:18:54 -04:00
services.yaml Add yamllint (in pre-commit and CI) (#33676) 2020-04-05 10:33:45 +02:00
worker.py Add audio to stream (#38846) 2020-08-19 23:18:54 -04:00