logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

live.shtml (810B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!--#include file="templates/head.shtml" -->
  5. <title>Live - Lanodan's blog</title>
  6. </head>
  7. <body>
  8. <!--#include file="templates/en/nav.shtml" -->
  9. <center>
  10. <p>If the video doesn't play, either the stream is offline or your browser doesn't have support for <a href="https://caniuse.com/http-live-streaming">HLS</a> or RTMP, consider using WebKit / Safari. Direct links: <a href="/hls_live/hello.m3u8">HLS</a>, <a href="rtmp://hacktivis.me/live/hello">RTMP</a></p>
  11. <video controls data-setup='{}'>
  12. <source src="/hls_live/hello.m3u8" type="application/x-mpegurl"/>
  13. <source src="rtmp://hacktivis.me/live/hello" />
  14. </video>
  15. <center/>
  16. <!--#include file="templates/en/footer.shtml" -->
  17. </body>
  18. </html>