Normal
There are several issues contributing to this - the startup of the streaming looks like it's not 'smooth', so TsReader/decoders/renderers are a bit low on data almost from the beginning, and it looks like your client is running slightly faster than the server. The 'Pause 195ms' is to try and fix the situation when things get really bad (very low on data). Also TsReader.ax GetState() handling could do with some mods.....I'll take a look when I'm back from vacation. I've been working on linking TsReader+MPAR+dshowhelper together, so that it can control buffering etc. properly without having to use the 'Pause 195ms' method - expect an Area51 thread sometime (I've got it basically working locally, but it needs a bit more sorting out/tidying). In the meantime, this might help (from the first page):
There are several issues contributing to this - the startup of the streaming looks like it's not 'smooth', so TsReader/decoders/renderers are a bit low on data almost from the beginning, and it looks like your client is running slightly faster than the server. The 'Pause 195ms' is to try and fix the situation when things get really bad (very low on data). Also TsReader.ax GetState() handling could do with some mods.....I'll take a look when I'm back from vacation.
I've been working on linking TsReader+MPAR+dshowhelper together, so that it can control buffering etc. properly without having to use the 'Pause 195ms' method - expect an Area51 thread sometime (I've got it basically working locally, but it needs a bit more sorting out/tidying).
In the meantime, this might help (from the first page):