Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
36 stars 6 forks source link

Remove mehd boxes from init segments #157

Closed tobbee closed 7 months ago

tobbee commented 7 months ago

An mehd box provides a way to tell the total duration of a fragmented asset. It may be set for VoD assets, but should not be present for live content. Therefore, livesim2 should remove such a box when generating a "live" init segment.

Relates to #156