demo.html 187 B

1234567891011
  1. <!DOCTYPE hmtl>
  2. <html>
  3. <head>
  4. <title>the5fire m3u8 test</title>
  5. </head>
  6. <body>
  7. <video controls autoplay >
  8. <source src="http://cpthought.qiniudn.com/kt2.m3u8">
  9. </video>
  10. </body>
  11. </html>