- From: <bugzilla@jessica.w3.org>
- Date: Tue, 30 Sep 2014 16:03:34 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26924
Bob Lund <b.lund@cablelabs.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b.lund@cablelabs.com
--- Comment #5 from Bob Lund <b.lund@cablelabs.com> ---
(In reply to Silvia Pfeiffer from comment #4)
> (In reply to Cyril Concolato from comment #2)
> > (In reply to Aaron Colwell from comment #1)
> > > In your case, "und" is present.
> > The problem is that "und" is present as a default in many MP4 files, because
> > people forgot or did not know how to tag their files with a proper language.
> > If I make an application that uses this kind of content and I know it's in
> > French but don't have the means to change the file because it's hosted
> > somewhere else, I'll be stuck.
>
> Can't you just overwrite it in JavaScript?
@kind, @language and @label are readonly. JS overwriting these attributes after
the UA sets them indicates that the MPD and initialization segment data
conflict, which is a problem, except in the 'und' case.
It seems better to make a special case that 'und' is the same as not set. Then
the TrackDefault.language can provide the value.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 30 September 2014 16:03:43 UTC