tor-browser

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

RTCRtpParameters-scalability-vp8.html (500B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <meta name="timeout" content="long">
      4 <title>VP8 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/VP8', [
     14    "L1T1",
     15    "L1T2",
     16    "L1T3"
     17  ]);
     18 </script>