core/homeassistant/components/stream
Jason Hunter 0ae38aece8 Prefer TCP for RTSP streams (#22338)
## Description:

For RTSP streams, set the `prefer_tcp` FFMPEG flag.  This should resolve some of the "green feed" issues that some users are reporting, likely due to packets being lost over UDP on their network.

Resources: [FFMPEG protocols documentation](https://ffmpeg.org/ffmpeg-protocols.html#rtsp)

## Checklist:
  - [x] The code change is tested and works locally.
  - [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
  - [x] There is no commented out code in this PR.
2019-03-24 17:13:20 -07:00
..
__init__.py Prefer TCP for RTSP streams (#22338) 2019-03-24 17:13:20 -07:00
const.py
core.py Fix resetting access token on streams with keepalive (#22148) 2019-03-18 09:27:34 -04:00
hls.py
worker.py Stream fixes (#22238) 2019-03-21 07:31:55 -07:00