kingofpop
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2013
08:11 AM
Rating video while being played
Right now a user can forward / revind and pause a video while being played.
Can the user rate a video while the video is being played?
Follow up question:
Can a user rate a video stream- e.g. roku is streaming CNN international, and user rates the program running at 10:00 AM, then the one broadcasting at 10:34 AM.. etc etc... while the channel is streaming ?
Would be great to know if this is possible.
Can the user rate a video while the video is being played?
Follow up question:
Can a user rate a video stream- e.g. roku is streaming CNN international, and user rates the program running at 10:00 AM, then the one broadcasting at 10:34 AM.. etc etc... while the channel is streaming ?
Would be great to know if this is possible.
4 REPLIES 4


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2013
09:03 AM
Re: Rating video while being played
I'm pretty sure you can open a roMessageDialog over a roVideoScreen while video is playing, so that might be one way to do it, envoked with the * button.
Or you could build your own video experience with roVideoPlayer and roScreen. See this blog post for more on that approach, http://blog.roku.com/developer/2012/10/ ... eo-player/
Or you could build your own video experience with roVideoPlayer and roScreen. See this blog post for more on that approach, http://blog.roku.com/developer/2012/10/ ... eo-player/
kingofpop
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2013
09:14 AM
Re: Rating video while being played
Thanks for the pointers.

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2013
10:23 AM
Re: Rating video while being played
"RokuChris" wrote:
I'm pretty sure you can open a roMessageDialog over a roVideoScreen while video is playing, so that might be one way to do it, envoked with the * button.
Unless it changed in a recent(ish) firmware update, I don't think the roVideoScreen supports the info/* button.
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)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2013
10:33 AM
Re: Rating video while being played
"TheEndless" wrote:"RokuChris" wrote:
I'm pretty sure you can open a roMessageDialog over a roVideoScreen while video is playing, so that might be one way to do it, envoked with the * button.
Unless it changed in a recent(ish) firmware update, I don't think the roVideoScreen supports the info/* button.
Fair point. So roVideoPlayer is probably the way to go.