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: 

Channel Rejected

My channel was rejected so I am working on fixing the code before re-submitting. The rejection reasons are:

Required: Need content IDs with their titles for testing deep linking with all content types in the channel's feed, as specified in Roku's deep linking policy: https://sdkdocs.roku.com/display/sdkdoc/Deep+Linking[/url:ammlmldy]

- Required: CC async with audio f...






0 Kudos
3 REPLIES 3
destruk
Binge Watcher

Re: Channel Rejected

When your channel launches with deep linking, they would prefer the channel to automatically log in the user (if you have users log in), check if the content is free, and immediately play the content if it is already paid for or free.  Otherwise jump into the payment routine.
For the CC, if you set subtitles=invalid it should show "No subtitles available" when the user presses the options button during video playback or something similar.
0 Kudos

Re: Channel Rejected

What file do I set "subtitles=invalid" in?
0 Kudos
destruk
Binge Watcher

Re: Channel Rejected

subtitleurl=invalid

https://sdkdocs.roku.com/display/sdkdoc ... +Meta-Data

You can set it for the content node for the item to be played at any point before your video playback routine starts up.  Usually I would set that immediately before adding the content node into the playback queue.  If there is a subtitle file available, populate it, if not, set invalid, and off it goes.
0 Kudos