El-vishy
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2017
02:05 AM
Is it possible to load script(BRS) files from remote server
I am working on writing Media Analytics Module for my Roku application and I wanted clarification on whether I can load certain script (BRS) files from my server?
Regards,
Vishvesh
Regards,
Vishvesh
4 REPLIES 4
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2017
02:49 PM
Re: Is it possible to load script(BRS) files from remote server
AFAIR, you shoudln't - check the developer agreement verbiage
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017
02:58 PM
Re: Is it possible to load script(BRS) files from remote server
There is the ComponentLibrary for loading signed code into an app... been meaning to look in to it, it fits my use case nicely.
https://sdkdocs.roku.com/display/sdkdoc ... entLibrary
https://sdkdocs.roku.com/display/sdkdoc ... entLibrary
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017
08:08 PM
Re: Is it possible to load script(BRS) files from remote server
One great use case for doing this is to be able to make a lot of changes to your public Roku channel without needing to ever submit it to RokuQA for re-certification.
NB_
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2017
10:28 AM
Re: Is it possible to load script(BRS) files from remote server
"destruk" wrote:
One great use case for doing this is to be able to make a lot of changes to your public Roku channel without needing to ever submit it to RokuQA for re-certification.
Which is something which you absolutely, positively should not do. That's like structuring/smurfing bank deposits, so that IRS does not catch a whiff of tax evasion.
Regarding downloadable component libraries, it sounds good in theory but i heard through the grapevine there are some issues.