live.shtml (810B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--#include file="templates/head.shtml" -->
- <title>Live - Lanodan's blog</title>
- </head>
- <body>
- <!--#include file="templates/en/nav.shtml" -->
- <center>
- <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>
- <video controls data-setup='{}'>
- <source src="/hls_live/hello.m3u8" type="application/x-mpegurl"/>
- <source src="rtmp://hacktivis.me/live/hello" />
- </video>
- <center/>
- <!--#include file="templates/en/footer.shtml" -->
- </body>
- </html>