Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
34 stars 5 forks source link

Handle presence of startNumber in case of Time addressing. #153

Closed tobbee closed 5 months ago

tobbee commented 5 months ago

In #151 it was falsely concluded that an MPD using SegmentTemplate with $Time$ addressing cannot be ingested if there is a startNumber attribute present.

Acceptance criteria:

  1. Import such content by not trigger on its presence
  2. Log a warning that such an attribute is present
tobbee commented 5 months ago

This is actually handled. A startNumber attribute is neglected.