https://bugzilla.wikimedia.org/show_bug.cgi?id=20664

           Summary: Check available codecs before using audio or video tags
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: Normal
         Component: OggHandler
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=6558)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6558)
Patch that prevents <audio> and <video> tags from being used, if the browser
does not have support for the codecs used in a particular stream

As HTML5 audio and video tags do not explicitly guarantee a set of supported
codecs, it is not sufficient to check for the availability of the tags and the
MIME type of the container. The JavaScript code should also check whether the
codecs inside of the container are supported

I attached a patch that fixes this problem.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to