Skip to content

[Enhancement] HLS Manifest access on runtime, or current metadata segment information. #2412

@nikolaychukmax

Description

@nikolaychukmax

Which platform is your feature request for?

Android

Description

Hello, we would like to know if there is already implemented access to hls manifest on runtime, so we can check segment information and do actions relying on that.
We can either agree on any information about current segment on runtime.
For example:
#EXTINF:6.006,epid=xxxx:epdur=xxxxx:ct=M:tag=ad:aid=xxxxx:td=xxxxx
https://xxxxx-xxxxxxx-xxxxxxxxx-xxxxx-us.ono.wurl.tv/x/hls-v2/xxxx-xxxxx.ts
#EXT-X-DISCONTINUITY
#EXTINF:6.486,epid=xxxx:epdur=xxx:ct=M:tag=content:aid=xxx:td=xxx
https://xxxxx-xxxxx-xxxxxx-1-us.ono.wurl.tv/471/xxx/xxxx/xxxxxx/hls-v2/xxxx-xxxx.ts
this is playlist file.
there we can see metadata with "tag" info. We need to detect whether it is content or ad, and are currently in search of solution.
Using native exoplayer in android we were able to get hls manifest and check segment information directly, but we can't find any unit player capable of that.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttriageNeeds triage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions