Normal
[USER=83973]@Owlsroost[/USER] inside MP2 TV player I have a "SeekToEnd" method: MediaPortal-2/LiveTvPlayer.cs at ffe1d6090fa28fcae9c2cc61415e23be02fc5670 · MediaPortal/MediaPortal-2 · GitHub.It only invokes new seek command to end of stream, if it is at least some interval behind (here configured to 50ms). This was done to avoid "end of stream" interruptions during playback.Do I understand your changes correctly, that you fixed this behavior on TsReader side now? So I might be able to remove this condition in MP2 code.
[USER=83973]@Owlsroost[/USER] inside MP2 TV player I have a "SeekToEnd" method: MediaPortal-2/LiveTvPlayer.cs at ffe1d6090fa28fcae9c2cc61415e23be02fc5670 · MediaPortal/MediaPortal-2 · GitHub.
It only invokes new seek command to end of stream, if it is at least some interval behind (here configured to 50ms). This was done to avoid "end of stream" interruptions during playback.
Do I understand your changes correctly, that you fixed this behavior on TsReader side now? So I might be able to remove this condition in MP2 code.