vijay-desh
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022
11:50 PM
Why Roku Player Unable to Read Timedmeta Data from Stream URL
Hi Team,
I hope you are doing well finds this post.
I am working a Roku App which have sports HLS streaming. I am unable to read timedMetaData from stream URL for some streams URL. Rest of streams URL working.
But when we use same stream HLS URL other platforms player then these are able to read timedMetaData.
Below is stream URL which unable read metadata
Below is stream URL which able read metadata
Below is code which I am using
m.player.observeField("timedMetaData", "timedMetaDataChanged")
sub timedMetaDataChanged()
? "timedMetaData" m.player.timedMetaData
end Sub
2 REPLIES 2
apackouz
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022
08:49 AM
Re: Why Roku Player Unable to Read Timedmeta Data from Stream URL
did you set
m.video.timedMetaDataSelectionKeys = ["*"]
vijay-desh
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022
09:07 AM
Re: Why Roku Player Unable to Read Timedmeta Data from Stream URL
@apackouzAlready, I am using this line of code.