destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2013
08:31 AM
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 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2013
10:27 AM
Re: Having Roku app track server load
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.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2013
10:39 AM
Re: Having Roku app track server load
Thanks RokuChris