<!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <title>keshet</title> </head> <body> <video id="ch12" style="object-fit:fill; width:100%;" controls playsinline autoplay muted></video> <script src='//code.jquery.com/jquery-3.5.1.min.js'></script> <script src="//cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.light.min.js"></script> <script> $.getJSON("//mass.mako.co.il/ClicksStatistics/entitlementsServicesV2.jsp?et=ngt&lp=/direct/hls/live/2033791/k12dvr/index.m3u8?b-in-range=800-2700&rv=AKAMAI", function(json12){ if (Hls.isSupported()) { hls = new Hls(); hls.loadSource("//mako-streaming.akamaized.net/direct/hls/live/2033791/k12dvr/index.m3u8?" + json12.tickets[0].ticket); hls.attachMedia(document.getElementById('ch12')); hls.on(Hls.Events.MANIFEST_PARSED,function() {video.play();}); } else { document.getElementById('ch12').src = "http://mako-streaming.akamaized.net/direct/hls/live/2033791/k12dvr/index.m3u8?" + json12.tickets[0].ticket; } }); </script> </body> </html> <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body style="background-color:white;"> <video id="videoPlayer" controls autoplay></video> <script src="//cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.light.min.js"></script> <script> if(Hls.isSupported()){ var video = document.getElementById('videoPlayer'); var hls = new Hls(); hls.loadSource('https://mako-streaming.akamaized.net/direct/hls/live/2033791/k12dvr/hdntl=exp=1698660901~acl=%2f*~data=hdntl~hmac=b3dcad0f9947620f8ba57fc86ade30743f5a44ac10dddaa3fca0eb3dadc4de9d/index_4000.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED, function() { video.play(); }); } </script> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter