tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2016
02:25 PM
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?
3 REPLIES 3
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2016
01:11 PM
Re: Any way to expose HLS Live M3U playlist content?
I am going to assume this is not possible. Bummer.
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2016
01:32 PM
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
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2016
11:16 AM
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.