Normal
TsReader will not seek to closer than 3 seconds from the end of a recording file (to try and avoid triggering EOF conditions/messages). Timeshifting is always treated as endless, so EOF is never triggered (internal EOF conditions are ignored).The branch that TsReader v4.2.2.37 is built from is: GitHub - MediaPortal/MediaPortal-1 at EXP-MP1-TsReader_cleanupNote this branch also has changes to StreamServer.dll to fix a 'files not closed' bug (fix already included in MP 1.17) and a few other experimental changes.As you might guess from the branch name, I've also cleaned-up the TsReader codebase to get rid of as many of the build warning messages as I can (a long overdue cleanup!).
TsReader will not seek to closer than 3 seconds from the end of a recording file (to try and avoid triggering EOF conditions/messages). Timeshifting is always treated as endless, so EOF is never triggered (internal EOF conditions are ignored).
The branch that TsReader v4.2.2.37 is built from is: GitHub - MediaPortal/MediaPortal-1 at EXP-MP1-TsReader_cleanup
Note this branch also has changes to StreamServer.dll to fix a 'files not closed' bug (fix already included in MP 1.17) and a few other experimental changes.
As you might guess from the branch name, I've also cleaned-up the TsReader codebase to get rid of as many of the build warning messages as I can (a long overdue cleanup!).