Forum Discussion

destruk's avatar
destruk
Streaming Star
13 years ago

Having Roku app track server load

Is it at all possible to get a message from the roVideoScreen component when a stream has to rebuffer?

2 Replies

  • 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.