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: 
ajitg_4557
Channel Surfer

Subtitle not showing on video node

Subtitle not showing on a video node,
when you change the default width and height of VideoNode by any dimension.


<Video 
id="videoplayer"
width="856"
height="483"
translation="[25,95]"
visible="false"
enableUI="false"
enableTrickPlay="false"
globalCaptionMode="On"/>

In above snippet of code, the video node has the following attribute with a value,
                 "
but when I change this value to this one, then everything is working fine.
                  width="0"
                  height="0"
"

thanks to all of you in advance.
0 Kudos
2 REPLIES 2
RokuBen
Community Moderator
Community Moderator

Re: Subtitle not showing on video node

Currently, subtitles/captions are only supported for full-screen video nodes.
0 Kudos
ajitg_4557
Channel Surfer

Re: Subtitle not showing on video node

"RokuBen" wrote:
Currently, subtitles/captions are only supported for full-screen video nodes.

Thanks, RokuBen for your instant reply, I was very hassled.
0 Kudos