I am using below code not display subtitles even pop up also when click on star button while playing video in full screen mode
videocontent = createObject("RoSGNode", "ContentNode")
videocontent.HttpHeaders = headers
videocontent.title = m.ContentNode_child_object.title
videocontent.streamformat = "dash"
subtitle_config = {
TrackName: “sample.srt"
}
videocontent.subtitleconfig = subtitle_config
videocontent.url = “URL”
m.video.control = "play"
m.video.visible = true
m.video.setFocus(true)