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: 
matrixebiz
Roku Guru

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>

<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>
0 Kudos