logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 93502464ca201642ba71a8b1086bdd02397b1dc8
parent 0b0920ab76233602bd3704cf7870b71c0ae9a355
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 15 Aug 2020 21:39:51 +0200

live.shtml: New page

Diffstat:

Alive.shtml18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/live.shtml b/live.shtml @@ -0,0 +1,18 @@ +<!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 HLS 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>