tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

RTCRtpParameters-scalability-vp9.html (825B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <meta name="timeout" content="long">
      4 <title>VP9 scalabilityMode</title>
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="/webrtc/RTCRtpParameters-helper.js"></script>
      8 <script src="/webrtc/RTCPeerConnection-helper.js"></script>
      9 <script src="/webrtc-svc/svc-helper.js"></script>
     10 <script>
     11  'use strict';
     12 
     13  createScalabilityTest('video/VP9', [
     14    "L1T1",
     15    "L1T2",
     16    "L1T3",
     17    "L2T1",
     18    "L2T2",
     19    "L2T3",
     20    "L3T1",
     21    "L3T2",
     22    "L3T3",
     23    "L2T1h",
     24    "L2T2h",
     25    "L2T3h",
     26    "S2T1",
     27    "S2T2",
     28    "S2T3",
     29    "S2T1h",
     30    "S2T2h",
     31    "S2T3h",
     32    "S3T1",
     33    "S3T2",
     34    "S3T3",
     35    "S3T1h",
     36    "S3T2h",
     37    "S3T3h",
     38    "L2T2_KEY",
     39    "L2T3_KEY",
     40    "L3T2_KEY",
     41    "L3T3_KEY"
     42  ]);
     43 </script>