Improve stream playback on high latency cameras (#72547)

* Disable LL-HLS for HLS sources
* Add extra wait for Nest cameras
This commit is contained in:
uvjustin 2022-06-17 01:48:52 +10:00 committed by GitHub
parent 9687aab802
commit 01a4a83bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 145 additions and 69 deletions

View file

@ -53,3 +53,4 @@ RTSP_TRANSPORTS = {
"http": "HTTP",
}
CONF_USE_WALLCLOCK_AS_TIMESTAMPS = "use_wallclock_as_timestamps"
CONF_EXTRA_PART_WAIT_TIME = "extra_part_wait_time"