Skip to content

Fixed datetimeRegex to correctly parse time zone designator with colon

Vinay Rosenberg requested to merge github/fork/Phygon/development into development

Created by: Phygon

the nginx-rtmp module creates date time strings with a colon in the time zone designator:

availabilityStartTime="2016-04-20T18:39:01+02:00"

the dash manifest parser currently ignores the timezone, and so the stream will not be played. this patch makes the colon optional.

Merge request reports