logo

blog

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