Hello, I made a deep linking implementation in my app and now want to use it in my Android app, same as Youtube has feature `Watch on Roku`. But the problem is how to Find my Roku(or Rokus) in the local network. I tried to ping the broadcast or curl the /query/device-info (as described here ), but n...
I'm no expert, but I don't think AES-128 qualifies as DRM, so nothing goes in drmParams. For HLS, the key URI appears in the m3u8 playlist and is protected by cookies or some other method. The playlist entry would look something like this: #EXT-X-KEY:METHOD=AES-128,URI="https://someip.com/so...
According to this article https://sdkdocs.roku.com/display/sdkdoc/Content+Protection AES-128 is supported by Roku such as other technologies. The article provides several examples for Adobe Access, PlayReady what exactly should be put in drmParams object. But it doesn't tell what params should I co...
On 7.6 the app used to work perfectly. But after 7.7 release, we get execution timeout when we set video.control to some value or set audio/subtitle track(and sometimes it even doesn't go to debug mode in the console, Roku just starts rebooting)
When the Video-node is fullscreen "options" key-press causes audio/subtitle track-menu appear. What if I don't want it to appear? I want to configure subtitles and audiotracks in my code. How can I prevent this? function onKeyEvent(key as string, press as boolean) as boolean handled = ...
Hello, I have an issue with the video.audioTrack field. It reads: The track identifier of the audio being played. Reading this field will return the track identifier of the audio being played, and writing this value will change the audio track But it is always an empty string, so I don't know which ...
I found r2d2_bitmaps and I have new question. How can I remove netflix-assets from texture memory? There are few of them which I don't use(for example EPG elements or background) You can't. If you run r2d2 while in your dev channel, you'll see they aren't listed. They actually are listed, even thos...
I found r2d2_bitmaps and I have new question. How can I remove netflix-assets from texture memory? There are few of them which I don't use(for example EPG elements or background)
I've got an issue: In my channel I use RowList with Posters, when any of rowItems is selected, app shows VideoPlayer with movie, and after the you watch it or press "back" button the focus is back on the rowList, but Posters are not displayed anymore. Any suggestions?