Forum Discussion

tim_beynart's avatar
tim_beynart
Channel Surfer
9 years ago

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? 
  • 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.
  • 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.