vijay-desh
3 years agoChannel Surfer
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