Event needed between manifest parsing and the start of streaming #1043
Labels
flag: good first issue
This might be a relatively easy issue; good for new contributors
status: archived
Archived and locked; will not be updated
type: enhancement
New feature or request
Milestone
@chrisfillmore writes in #1029 (comment):
It sounds like we need a hook or event to examine content metadata between manifest parsing and the start of streaming.
The only tricky bit is to make sure that the event is dispatched in a synchronous way at the right point. I think this should be after filtering based on MSE & EME, and after Track info is available, but before an initial track selection is made by AbrManager. That will allow restrictions to be set before any segment requests are made.
The text was updated successfully, but these errors were encountered: