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
fmp4utils.py
hls.py
manifest.json
recorder.py
worker.py