var player = new Playerjs({id:"playerjs", ready:"PlayerReady", duration:"3245.47", poster:"https://img.cdn77s.com/lazfhtwdgje1.jpg", file:"https://brighton.eu-traffic-05.com/hls2/01/00027/,lazfhtwdgje1_n,.urlset/master.m3u8?t=ys3OXyXO7kEVSkAShMhWfnQhtH8eIC9VA1nXJruR5TE&s=1750587128&e=43200&f=137862&srv=x2&i=0.0&sp=5000&fr=lazfhtwdgje1&p1=brighton&p2=brighton" ,"subtitle":"[İngilizce]https://x2.s12k1d.online/vtt/01/00027/lazfhtwdgje1_eng.vtt,[Türkçe]https://x2.s12k1d.online/vtt/01/00027/lazfhtwdgje1_tur.vtt", subtitle_start:1, "default_subtitle":"Turkce", title:"Aski Hatirla S01E01 1080p DSNP WEB-DL DDP5 1 H 264-TURG"}); function PlayerReady(id){ }; var vvplay,vvad; function PlayerjsEvents(event,id,data){ if(event=="play"){ return doPlay(); } if(event=="end"){ return doEnd(); } if(event=="time"){ return doTime(data); } if(event=="subtitle"){ return doSubtitle(data); } } function doEnd() { $('div.video_ad').show(); } function doPlay() { $('div.video_ad').hide(); if(vvplay)return; vvplay=1; adb=0; if( window.cRAds === undefined ){ adb=1; } $.get('/dl?op=view&file_code=lazfhtwdgje1&hash=137862-91-90-1750587128-b1ecfffc20c48bfe8e2f8e24046ff10a&embed=1&adb='+adb, function(data) {$('#fviews').html(data);} ); } function doTime(currentTime) { if(5>0 && currentTime>=5 && vvad!=1){vvad=1;$('div.video_ad_fadein').fadeIn('slow');} } function doSubtitle(title) { if(title=='Upload SRT'){ showCCform(); } } function showCCform() { player.api('pause'); var $dd= $("
").css({ position: "absolute", width: "100%", height: "100%", left: 0, top: 0, zIndex: 1000000, background: "rgba(10%, 10%, 10%, 0.4)", "text-align": "center" }); $("").css({ width: "60%", height: "60%", zIndex: 1000001, "margin-top": "50px" }).prop({'src':'/?op=upload_srt&file_code=lazfhtwdgje1', 'frameborder':'0', 'scrolling':'no'}).appendTo($dd); $dd.click(function (){ $(this).remove(); player.api('play'); }); $dd.appendTo( $('#playerjs') ); }