https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 59747ef8edab507c19e871c05ace8e70c747f01c authored by James Graham on 09 May 2015, 00:48:22 UTC
fixup! fixup! Replace usage of setTimeout with step_timeout.
Tip revision: 59747ef
mediasource-config-change-webm-av-video-bitrate.html
<!DOCTYPE html>
<html>
    <head>
        <title>WebM muxed audio &amp; video with a video 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-640k-44100Hz-1ch-640x480-30fps-10kfr", "Tests webm video bitrate changes in multiplexed content.");
        </script>
    </body>
</html>
back to top