您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 348B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Playback</title>
  7. <link rel="stylesheet" href="style.css">
  8. </head>
  9. <body>
  10. <video controls autoplay>
  11. <source src="/http-stream">
  12. Your browser does not support the video tag.
  13. </video>
  14. </body>
  15. </html>