Revision 2df42de942a79a35986b4d5bb8e2e1424de5e9f8 authored by plehegar on 21 June 2016, 18:51:17 UTC, committed by plehegar on 21 June 2016, 18:51:17 UTC
1 parent 579c87e
Raw File
mediasource-config-change-mp4-v-framesize.html
<!DOCTYPE html>
<html>
    <head>
        <title>MP4 video-only frame size 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("mp4", "v-128k-320x240-30fps-10kfr", "v-128k-640x480-30fps-10kfr", "Tests mp4 video-only frame size changes.");
        </script>
    </body>
</html>
back to top