Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vijay-desh
Channel 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  
0 Kudos
2 REPLIES 2
apackouz
Newbie

Re: Why Roku Player Unable to Read Timedmeta Data from Stream URL

did you set

m.video.timedMetaDataSelectionKeys = ["*"]
0 Kudos
vijay-desh
Channel Surfer

Re: Why Roku Player Unable to Read Timedmeta Data from Stream URL

@apackouzAlready, I am using this line of code.

0 Kudos