In BaseTSReaderPlayer.cs, lines 378 & 388, the format string for the debug output is incorrect. it starts with {1} while it should start with {0}. I'm not sure if this exception breaks anything, but it should be fixed nontheless.