-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: add an option to exclude channelgroups and/or recieving device from predictive tuning. #409
Comments
Not sure I understand what you mean. Could you please give some more details. |
With HDHomeRun i have 4 tuners and there it's no problem but if you have other sources added in TVheadend it will try to tune a few predictive tuning channels even if it only have 1 tuner. |
I'm afraid tvheadend does not expose how many tuners are available for a given channel. Without this info being available the addon cannot implement what you suggested. |
Well but we have information about groups so atleast that would be possible. |
You can effectively neuter predictive tuning for a specific network by setting max input streams to 1. |
Yes i know and I have already done so but it tries to open a lot of channels so zapping is slower instead of faster. |
I don't see why it would be slower? Predictive tuning happens in the background. |
Because it tries to open the channel and fails to to that and you will have a black screen until it has released all other opened streams like previous one. |
+1 For example, IPTV-streams optionally should be excluded from predictive tuning:
with streamlink.sh looking like:
The problem is that, when a channel is going to be opened, a second instance of streamlink is called nearly simultaneously to get the subsequent channel. For some reasons I don't know, the whole call gets "swallowed" / "stalled", with the result that none of the stream gets opened at all. EDIT: Probably a better example of channels taken some time to get opened would be something like |
This option would be good if you have a few different channel sources and only want predictive tuning on 1 of the recieving device like HDhomerun with 4 tuners but not for for others.
The text was updated successfully, but these errors were encountered: