core/tests/components/stream
Allen Porter 0a128d006f
Improve stream robustness by always retrying worker (#66417)
Improve stream robustness by always retrying in the worker on failure, rather than only when
keepalive is enabled.

This will make cloud cameras like nest more robust, since they have a tendency to be flaky. This
is also needed to improve client side retry behavior because when the client attempts to retry,
the stream token is already revoked because the worker stopped.

The worker will still idle timeout if no streams are present, so it won't go on forever if no
frontend is viewing the stream.
2022-02-12 20:59:11 -08:00
..
__init__.py
common.py
conftest.py Improve stream robustness by always retrying worker (#66417) 2022-02-12 20:59:11 -08:00
test_hls.py Improve stream robustness by always retrying worker (#66417) 2022-02-12 20:59:11 -08:00
test_ll_hls.py
test_recorder.py
test_worker.py Improve stream robustness by always retrying worker (#66417) 2022-02-12 20:59:11 -08:00