There's two things that stand out in the logs:
1. The client PC render 'clock' is apparently running 0.2% (2000 ppm !) faster than the broadcast stream - this is why the client TsReader.ax runs low on data so quickly, it 'loses' 0.5 sec of buffered data over a 4 minute period. This is a huge clock rate error. Does the same thing happen on all clients ? (or on the server if you watch TV locally ?)
2. When the continuity errors occur, it always seems to be one packet missing (the continuity counter is modulo 16):
(the other logs show the same symptom).
1. The client PC render 'clock' is apparently running 0.2% (2000 ppm !) faster than the broadcast stream - this is why the client TsReader.ax runs low on data so quickly, it 'loses' 0.5 sec of buffered data over a 4 minute period. This is a huge clock rate error. Does the same thing happen on all clients ? (or on the server if you watch TV locally ?)
2. When the continuity errors occur, it always seems to be one packet missing (the continuity counter is modulo 16):
Code:
[2013-08-27 11:55:23,307] [18c03bf0] [ c14] - Video Continuity error... 2 ( prev 0 )
[2013-08-27 11:55:23,499] [18c03bf0] [ c14] - Video Continuity error... 1 ( prev f )
[2013-08-27 11:55:23,694] [18c03bf0] [ c14] - Video Continuity error... 6 ( prev 4 )
(the other logs show the same symptom).