- Thread starter
- #501
Thanks for the thoughts.
I'd thought about the 'way into the future' problem' before, but the timestamps and NewSegment start times all look OK (and match between the TsReader and LAV debug logs). MP pauses the graph when seeks, so the timestamps don't start at zero afterwards (they would if it stopped the graph).
I suspect a thread locking problem too....time for some more debug logging
Tony
OK - just committed new source to Git - I think I've found/fixed the problem (a timing interaction, causing TsReader sample delivery to stall).
Tony