Questions tagged [roku]

"Roku" is a video streaming player and platform, developed and sold by the company "Roku, Inc."

[Roku, Inc.][1] was founded in 2002 by Anthony Wood, the founder of ReplayTV (one of the first DVRs). "Roku" means six in Japanese, a reference to this being the 6th company that Wood has launched.

Roku Inc develops both the hardware and software for the eponymous Roku platform. The company manufactures and sells the [Roku][2] set-top boxes - as well as licenses the platform to manufacturers (e.g. Hisense, TCL, Insignia, Sharp) of "RokuTV" smart TVs.

Development for the Roku platforms is done primarily through BrightScript, a scripting language very similar to Visual Basic. A sister company - BrightSign - uses Brightscript for their commercial sign and display products.

More information can be found at http://www.roku.com

[1] https://en.wikipedia.org/wiki/Roku,_Inc.

[2] https://en.wikipedia.org/wiki/Roku

496 questions
0
votes
1 answer

"Enable Login for Devices" is no longer available

I am currently trying to implement Facebook login for a Roku application according to their documentation: https://developers.facebook.com/docs/facebook-login/for-devices#tech The first step is to "Enable Login for Devices" in Settings > Advanced…
Gideon Rosenthal
  • 1,953
  • 2
  • 18
  • 16
0
votes
1 answer

How to cast on roku using Google chromecast library in Android

In Android I am using Google Casting Library. Google Casting Library is not able to detect the Roku and Firetv Devices. I want the Google Cast Library to be able to detect roku and firetv devices. YouTube Casting detect all devices.
Piyush Aggarwal
  • 215
  • 3
  • 12
0
votes
1 answer

Get and return media url (m3u8) using PHP

I have a website that hosts videos from a client. On the website the files load externally via m3u8 link. The client would now like to have those videos on a Roku channel. If I simply use the m3u8 link from the site it gives an error because the url…
norcal johnny
  • 2,050
  • 2
  • 13
  • 17
0
votes
1 answer

Prevent DASH video streaming from YouTube

I have a Roku app and some of the videos come from Youtube. I have no problem retrieving the videos but if I select a video with HD it wants to automatically stream the Dash version. I can prevent Dash if I force a non HD version but who wants to…
norcal johnny
  • 2,050
  • 2
  • 13
  • 17
0
votes
1 answer

Why same images are showing different looking on different roku devices?

I have created more then one Grid by Markup Grid node to display thumbnail, I have tested it in different roku devices(Roku-3, Roku-4 and Rock-stick). The thumbnails are looking good in Roku-4 but Roku-3 and Rock-stick look pixelated or stretch. …
Balbant Singh
  • 187
  • 1
  • 10
0
votes
2 answers

Is it possible to discover other smart tv's with a Roku TV?

I am a newbie to Roku development. I want to find out whether the Roku TV discovers all the other TVs(Samsung, LG, Android & Apple TVs). If yes, please give me the function to discover the other TVs. Thanks in advance.
AndroidGeek
  • 166
  • 2
  • 11
0
votes
2 answers

Why are heavy images not loading when we scroll down and scroll up

I am working on Roku app using Scene Graph component. In my application first time images(posters) loaded properly but, when i scroll down and up, images(posters) are unable to load . I observed that it happens only when heavy images. Please…
Vijay Kumar
  • 141
  • 1
  • 13
0
votes
1 answer

Play multiple ads using RAF roku

I am working on Roku app using Scene Graph component. I want to play multiple ads using RAF but it playing only one ad at a time. Please provide suggestion to resolve it. Here the ads feed URL
Vijay Kumar
  • 141
  • 1
  • 13
0
votes
2 answers

How to display the Close caption in bottom of the video screen?

I am working on a Roku app using Scene Graph components. In my application, closed captions (subtitles) are showing on top of the video screen. However I want to display them on the bottom of the video screen. Please provide suggestions to resolve…
Vijay Kumar
  • 141
  • 1
  • 13
0
votes
0 answers

How to close rosgscreen using onkeyevent() in scene graph xml ?

I have created ConfirmSignout.xml scene in. main.brs to show some dialog pop-up with two buttons. If I call dismissSignoutdialog() in onKeyevent, pop-up and rosgscreen has to close and focus will be on the previous screen. But for me if I call…
A.V REDDY
  • 55
  • 6
0
votes
1 answer

How do I put Youtube videos in my Roku Channel?

I've been able to use videos uploaded to my personal website AND IT WORKED! but how can I use YouTube videos on my roku channnel? Also how do I use live Youtube videos as well? For Example I want to use this video URL…
Carlm3
  • 19
  • 1
  • 3
0
votes
1 answer

RAF SDK not working in SceneGraph application (BrightScript)

I am creating my own channel for Roku. I need to get the streams of my videos and ads pod. Code wrote in .xml or task node file - adIface = Roku_Ads() adIface.setAdUrl(adUrl) adPods = adIface.getAds() shouldPlayContent =…
Balbant Singh
  • 187
  • 1
  • 10
0
votes
1 answer

Roku Premiere hang and no logging

I have a screen graph application that works fine on Roku 2 and the new Roku Streaming stick. The same zip deployed to the new Roku Premiere hangs when trying to load content into a RowList. My Roku Premiere is only firmware 7.2.2. My streaming…
rynop
  • 50,086
  • 26
  • 101
  • 112
0
votes
1 answer

Roku:VAST tag implement

I am working on roku app using scene graph component, i want to implement VAST tag for ad in roku app using scene graph. How to implement VAST tag?
Balbant Singh
  • 187
  • 1
  • 10
0
votes
3 answers

Roku: get rid of component poster image flicker

I have simple a brightscript roku app. I just want to play a full screen image after the splash screen and I get a strange full screen black then gray background that shows before my full screen image. I can display a full screen image using…
rynop
  • 50,086
  • 26
  • 101
  • 112