Reply to thread

...well, something like this? :D


    public int OnSubtitle(ref SUBTITLE sub)

    {

      Log.Debug("OnSubtitle - current position " +player.CurrentPosition);


...that was the debug logging that I added. My assumption is that the current position skips backwards in the TsReader for some odd reason. So this could be related to the seeking issues I and other people are seen with TsReader.


Top Bottom