Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bosborne
Visitor

Detect when Roku buffers?

Is there a way to detect when the "Loading... please wait" screen appears? Does this trigger a roVideoScreenEvent at all that I can capture? I'm trying to tune an HLS stream to reduce latency, but want to run some long tests to detect how many buffer's I get in a specific time interval.
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: Detect when Roku buffers?

You'll get an isStreamStarted() event after a rebuffer with the IsUnderrun value set to true.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
bosborne
Visitor

Re: Detect when Roku buffers?

Indeed, did not see that initially. Thanks
0 Kudos