logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: c5e8f48c81a9f9c3ffe3328569a4e4c7d1895536
parent 3aff4c3420c1b5baad9c166900750c30c6831702
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>