IPL-Live / index.html
thejagstudio's picture
Update index.html
7913bc1 verified
<!DOCTYPE html>
<html>
<head>
<title>IPL Live Match in Meet</title>
<script src="./hls.min.js"></script>
<style>
body{
height:"fit-content"
}
</style>
</head>
<body>
<video id="video" style="margin-bottom:10px;border-radius:10px;overflow:hidden" width='100%' controls autoplay src="https://prod-sports-hin.jiocinema.com/hls/live/2100323/hd_akamai_iosmob_avc_hin_ipl_s1_m1070424/master.m3u8?hdnts=st=1712493615~exp=1712500815~acl=/*~id=6973cf176fda4c1c84a968e86b4691a4~data=rqId=3d4d832c-9eec-44dc-ade0-31a4fb2c71a3~hmac=dde8c11c0d18d45d01a17093f335add9d67f88d5bdf73172a3664ed5662f385e&ads.deviceid=7bbb32bb-4803-4c8b-9edb-7ac10e08877a&ads.dvb=&ads.device_model=&ads.platform=dweb&ads.os=windows&ads.avr=24.03.31.0-a3be549&ads.app_lang=Hindi&ads.country=IN&ads.state=Gujarat&ads.city=Ahmedabad&ads.user_id=6973cf17-6fda-4c1c-84a9-68e86b4691a4&ads.user_subscription_state=false&ads.ctid=3938434&ads.content_title=Mumbai%20Indians%20vs%20Delhi%20Capitals&ads.shnm=TATA%20IPL&ads.tnid=3938434&ads.tnm=TATA%20IPL%202024&ads.mtnm=Mumbai%20Indians%20vs%20Delhi%20Capitals&ads.mtnumber=20&ads.episode_no=0&ads.gnr=Sports&ads.lang=Hindi&ads.feed_type=LIVECHANNEL&ads.video_type=LINEAR&ads.ip4=0.0.0.0&ads.ip6=0.0.0.0&ads.device_type=Desktop&ads.device_width=838&ads.device_height=742&ads.network_type=mobile&ads.network_carrier=NA&ads.subs_plan=free&ads.pin_code=382007&ads.latitude=23.2&ads.longitude=72.65&ads.orientation=landscape&ads.is4k=false&ads.content_restriction_level=18&ads.screen_name=player&ads.lat=23.2&ads.asnname=&ads.external_creative_id=&ads.advertiser_id=&ads.mol_impression_id=&ads.chip_name=For%20You&ads.bnm=&ads.cohort_c1=GHOP&ads.maturity_rating=U&ads.sbu=S18">
</video>
<iframe width="100%" style="margin-bottom:10px;border-radius:10px;overflow:hidden" src="https://www.youtube.com/embed/BLlTFapgvOo" title="Rasraj Ji Maharaj - Lo-fi Version श्री हनुमान चालीसा { Slowed &amp; Reverb } Shree Hanuman Chalisa" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<script>
if (Hls.isSupported()) {
var video = document.getElementById('video');
var hls = new Hls();
hls.loadSource(video.src);
hls.attachMedia(video);
}else{
alert("Cannot stream HLS, use another video source");
}
</script>
</body>
</html>