matrixebiz
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018
10:48 AM
How to disable CC in xml file
Hello, how can I disable the Closed Captions in an xml file where the media link is?
EG: Can I disable CC in the below xml stream file?
Can I use these commands in the xml file? - https://sdkdocs.roku.com/display/sdkdoc ... tionFields
Can I add <suppressCaptions>true</suppressCaptions>
EG: Can I disable CC in the below xml stream file?
Can I use these commands in the xml file? - https://sdkdocs.roku.com/display/sdkdoc ... tionFields
Can I add <suppressCaptions>true</suppressCaptions>
<item sdImg="pkg:/images/SD/ReadSD.jpg" hdImg="pkg:/images/HD/ReadHD.jpg">
<title></title>
<description></description>
<streamFormat>hls</streamFormat>
<switchingStrategy>full-adaptation</switchingStrategy>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>stream.m3u8</streamUrl>
</media>
<synopsis></synopsis>
<genres></genres>
<live></live>
</item>