logo

blog

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

live: Add link to caniuse.com

Diffstat:

Mlive.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/live.shtml b/live.shtml @@ -7,7 +7,7 @@ <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> + <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" />