Forum Discussion

ajitg_4557's avatar
ajitg_4557
Channel Surfer
8 years ago

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.

2 Replies

  • RokuBen's avatar
    RokuBen
    Community Moderator
    Currently, subtitles/captions are only supported for full-screen video nodes.
  • ajitg_4557's avatar
    ajitg_4557
    Channel Surfer
    "RokuBen" wrote:
    Currently, subtitles/captions are only supported for full-screen video nodes.

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