OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <!-- saved from url=(0055)https://webrtc.github.io/test-pages/src/canvas-capture
/ --> |
| 3 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 4 <title>Canvas capture stream to peerConnection</title> |
| 5 <link rel="stylesheet" href="./peerconnection_canvas_capture_files/main.css"> |
| 6 </head> |
| 7 <body> |
| 8 <div id="container"> |
| 9 <h1>Canvas capture stream to peerConnection</h1> |
| 10 |
| 11 <canvas id="canvas" width="32" height="24"></canvas> |
| 12 <video id="remoteVideo" width="32" height="24" autoplay=""></video> |
| 13 |
| 14 <div> |
| 15 <button id="startButton" class="green">Start test</button> |
| 16 </div> |
| 17 </div> |
| 18 |
| 19 <script src="./peerconnection_canvas_capture_files/main.js"></script> |
| 20 <script src="./peerconnection_canvas_capture_files/adapter-latest.js"></script
> |
| 21 |
| 22 </body></html> |
OLD | NEW |