Hi.
I'm using VB.net to make a program that plays live streams. I've found that it's possible to pause the video, and also change the playback speed, meaning that you can catch back up with the live stream. However, as input.position and input.time return 0, I don't know how to check when the playback has caught back up to the live stream.
Any ideas?