Revision 7a199e902ad9204594aac0ad9ac702fc46e55223 authored by Anne van Kesteren on 24 April 2018, 09:44:42 UTC, committed by GitHub on 24 April 2018, 09:44:42 UTC
Fixes https://github.com/whatwg/xhr/issues/191.
1 parent 0d56422
Raw File
mediasource-config-change-webm-av-audio-bitrate.html
<!DOCTYPE html>
<!-- Copyright © 2016 Chromium authors and World Wide Web Consortium, (Massachusetts Institute of Technology, ERCIM, Keio University, Beihang). -->
<html>
    <head>
        <title>WebM muxed audio &amp; video with an audio bitrate change.</title>
        <script src="/resources/testharness.js"></script>
        <script src="/resources/testharnessreport.js"></script>
        <script src="mediasource-util.js"></script>
        <script src="mediasource-config-changes.js"></script>
    </head>
    <body>
        <div id="log"></div>
        <script>
            mediaSourceConfigChangeTest("webm", "av-384k-44100Hz-1ch-640x480-30fps-10kfr", "av-448k-44100Hz-1ch-640x480-30fps-10kfr", "Tests webm audio bitrate changes in multiplexed content.");
        </script>
    </body>
</html>
back to top