19-11-2019, Saat: 16:39
PHP Kod:
if (window.canhls == 'maybe' || window.canhls == 'probably') {
var posterUrl = 'https://cbjpeg.xxxx.com' + Math.random();
var html = "<div id='still_video' style='display: none'>";
html += "<video id='still_video_object' ";
html += "src='https://istenen-hla_trns_h264/playlist.m3u8' poster='" + posterUrl + "'";
html += "width='498px' height='312px'";
html += "webkit-playsinline playsinline></video></div>";
$('#still_video_container').html(html);
$('#still_video').show();
if (typeof(resizable_player) != "undefined") {
resizable_player.init('1' == '1', true);
}
initHlsPlayer($('#still_video_object')[0], 'https://istenen-hla_trns_h264/playlist.m3u8');
"istenen-hla_trns_h264/playlist.m3u8" olarak çekmek istiyorum ne yapabilirim.1100 satırdan 1300 satır arasında