Issue
We were using the code below to add subtitles, but it is limiting us to only making one subtitle available (i.e. one language).
ContentNode = CreateObject("roSGNode", "ContentNode")
ContentNode.streamFormat = "dash"
ContentNode.url = "<Stream URL>"
ContentNode.subtitleConfig = {Trackname: "<Subtitle Feed URL>" }
m.Video.content = ContentNode
Is it possible to add additional subtitles?
Environment
Developer Dashboard
SDK
Comments
0 comments
Please sign in to leave a comment.