- October 24, 2007
- 82
- 15
- Home Country
-
Italy
Hi devs and community,
TvServer normally if has an error when tuning a channel for timeshifting, then loops to try all the free tvcard until one succeeds.
But if the tvcards are reliable, usually an error occurs for a wrong tuning parameter, then each card will fail with the same error.
In the case of configurations with multiple tvcards, MP will hang until the end of attempts, giving a bad user experience.
This patch/improvement introduces the new parameter "Maximum free cards to try" in the section Timeshifting of SetupTV :
- With the default value = 0, TVServer behaves like currently, trying all available free cards.
- With a value > 0, then this is the max number of loops that TVServer tries.

romadd64
TvServer normally if has an error when tuning a channel for timeshifting, then loops to try all the free tvcard until one succeeds.
But if the tvcards are reliable, usually an error occurs for a wrong tuning parameter, then each card will fail with the same error.
In the case of configurations with multiple tvcards, MP will hang until the end of attempts, giving a bad user experience.
This patch/improvement introduces the new parameter "Maximum free cards to try" in the section Timeshifting of SetupTV :
- With the default value = 0, TVServer behaves like currently, trying all available free cards.
- With a value > 0, then this is the max number of loops that TVServer tries.
romadd64