Is it at all possible to get a message from the roVideoScreen component when a stream has to rebuffer?
If you get an isStreamStarted() after a video starts, that should be a reliable indication that a rebuffer happened. And the structure that you get back from GetInfo() has an isUnderrun flag that you can use to help determine if the event was triggered by a buffer underrun.
Thanks RokuChris
