1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <title>WebRTC Automated Test
</title>
5 <script type=
"text/javascript" src=
"adapter.js"></script>
6 <script type=
"text/javascript" src=
"test_functions.js"></script>
7 <script type=
"text/javascript" src=
"peerconnection.js"></script>
8 <script type=
"text/javascript" src=
"getusermedia.js"></script>
9 <script type=
"text/javascript" src=
"video_extraction.js"></script>
14 <td>Local Preview
</td>
19 <video id=
"local-view" autoplay=
"autoplay"></video>
22 <!-- startFrameCapture() takes 3 parameters:
23 1. reference to remote video tag.
24 2. fps: fps at which we would like to sample.
25 3. duration: The duration of the capturing. -->
26 <video id=
"remote-view" autoplay=
"autoplay"
27 onplay=
"startFrameCapture(this, 30, 5)"></video>