brbillionaire
8 years agoVisitor
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 for all content with CC
I read the Deep Linking topic and have added the following line to my xml for each item:
<mediaType>series</mediaType>
I ran the curl command curl -d '' 'http://192.168.0.15:8060/launch/dev?mediaType=series&contentID=10009'
and it launches my channel on the roku box. Is there anything else I need to do?
As for the closed captioning...can I just disable that? If so, how?
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 for all content with CC
I read the Deep Linking topic and have added the following line to my xml for each item:
<mediaType>series</mediaType>
I ran the curl command curl -d '' 'http://192.168.0.15:8060/launch/dev?mediaType=series&contentID=10009'
and it launches my channel on the roku box. Is there anything else I need to do?
As for the closed captioning...can I just disable that? If so, how?