]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Add start timeout to streaming profile
authorLeonardo Brondani Schenkel <leonardo@schenkel.net>
Thu, 1 Aug 2024 18:14:57 +0000 (20:14 +0200)
committerFlole <Flole998@users.noreply.github.com>
Sat, 28 Sep 2024 11:58:31 +0000 (13:58 +0200)
commit05c3170aef2d28136e34ba6b95afbbb57916e4d7
treeb613a7bcbaebb7e52a78efa6e346014149551d9c
parent55404da6cfd3b0dbbfd5982f87d31dc41f93f509
Add start timeout to streaming profile

This allows overriding the hardcoded grace period of 20 seconds.
It should address the problems described in [1][2].

In addition, timeout code has been slightly refactored for readability
and more debug logging.

[1] https://tvheadend.org/d/8330-increase-timeout-when-tuning-iptv-mux/2
[2] https://tvheadend.org/d/8158-several-problems-questions-about-using-tvheadend-starting-with-not-waiting-long-enoough-for-stream-to-begin
src/profile.c
src/profile.h
src/webui/webui.c