[Bug 781181] dashdemux: Use Date in http-header as UTC now

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 9 13:23:24 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781181

--- Comment #7 from Seungha Yang <sh.yang at lge.com> ---
(In reply to Sebastian Dröge (slomo) from comment #6)
> Review of attachment 349676 [details] [review]:
> 
> You probably want to do the same for any headers received for the actual
> fragments, or whatever GstURIDownloader downloads (or at least updated
> playlists/manifests)?
I think "do it per manifest update" seems great suggestion.

> Also why do you do some parts in dashdemux, and others in the base class?
> Looks like it could all be done in the baseclass instead?

It could be done in baseclass and it might seem to better than in dashdemux.
But, the reason I did it in dashdemux was, 
- parsing "Date" in http header is required only for dash as far as I know,
and the code for parsing "Date" is already implemented in dashdemux. Actually,
I don't have much knowledge of mss spec :( But HLS has no live sync scheme over
http header. So I didn't think it's good idea that moving it into baseclass
only for dash.
If you think moving it to baseclass seems better, I will :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list