hass-core/homeassistant/components/stream
Allen Porter b016259206
Reset the stream backoff timeout when the url updates (#66426)
Reset the stream backoff timeout when the url updates, meant to improve the retry behavior
for nest cameras. The problem is the nest url updates faster than the stream reset time
so the wait timeout never resets if there is a temporarily problem with the new url. In particular
this *may* help with the flaky cloud nest urls, but seems more correct otherwise.
2022-02-13 07:09:37 -08:00
..
__init__.py Reset the stream backoff timeout when the url updates (#66426) 2022-02-13 07:09:37 -08:00
const.py
core.py Use lock in Camera.create_stream (#62757) 2021-12-25 04:14:43 +08:00
fmp4utils.py
hls.py Remove incomplete segment on stream restart (#59532) 2021-11-12 00:59:13 +08:00
manifest.json Add loggers to integration manifest.json (#65083) 2022-01-28 13:37:53 -08:00
recorder.py Remove unnecessary checks before calling os.makedirs (#62576) 2021-12-23 09:59:31 +01:00
worker.py Use correct relative imports [n-z] (#63471) 2022-01-05 17:23:49 +01:00