| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Configure Source Buffer Memory</title> | |
| <style> | |
| body { | |
| background-color: #0f0; | |
| } | |
| video { | |
| height: 240px; | |
| width: 426px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <script type="text/javascript" src="configure-source-buffer-memory.js"></script> | |
| <video id="video"></video><br> | |
| <div id="status"></div> | |
| </body> | |
| </html> |