520a812c2b317509f0ffbb57ba597a32c7900c05
[gecko.git] / test_peerConnection_basicH264Video.html
blob520a812c2b317509f0ffbb57ba597a32c7900c05
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script type="application/javascript" src="pc.js"></script>
5 </head>
6 <body>
7 <pre id="test">
8 <script type="application/javascript;version=1.8">
9 createHTML({
10 bug: "1040346",
11 title: "Basic H.264 GMP video-only peer connection"
12 });
14 var test;
15 runNetworkTest(function (options) {
16 options = options || { };
17 options.h264 = true;
18 test = new PeerConnectionTest(options);
19 test.setMediaConstraints([{video: true}], [{video: true}]);
20 test.run();
21 });
22 </script>
23 </pre>
24 </body>
25 </html>