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: 
tim_beynart
Channel Surfer

Any way to expose HLS Live M3U playlist content?

I was asked to pull data from the M3Us during HLS live stream playback. I know the roVideoPlayerEvent exposes the segment URL, etc. But I need to capture the manifest content (specifically some custom comments) once it is downloaded. Is this possible? 
0 Kudos
3 REPLIES 3
tim_beynart
Channel Surfer

Re: Any way to expose HLS Live M3U playlist content?

I am going to assume this is not possible. Bummer.
0 Kudos
joetesta
Roku Guru

Re: Any way to expose HLS Live M3U playlist content?

if you have the URL of the manifest, I believe you can pull it down outside of VideoPlayer to capture the contents - do a separate RoUrlTransfer on the manifest.
aspiring
0 Kudos
tim_beynart
Channel Surfer

Re: Any way to expose HLS Live M3U playlist content?

joetesta, thanks for the suggestion. But linear streams require downloading the manifest at ~10s intervals, forever. Aligning the content of these manifests with the currently playing segment would be epic. It could be done, I suppose, but I really don't want to pursue that solution if I don't have to.
0 Kudos