Vimexx.nl ben burdan almıştım.
Senin o resimdeki şekıl olmaz. Link live-1.m3u8 gibi olacak.
Sana bir ipucu veriyim o bulduğun m3u8 i bir daha file_get_contents yapordan beyaztv de en yuksek resolutsie 1080 ile basliyor preq_match da 1080 den al o zaman olması lazım ben oyle yapmıştım.
Bu şekil olması lazımdı.PHP-Code:
<?php
- $html = file_get_contents("https://www.dailymotion.com/embed/video/x7df5ih");
- preg_match('@mpegURL","url":"(.*?)"@si',$html,$degisken);
- $degisken = stripslashes($degisken[1]);
- $html1 = file_get_contents("$degisken");
- preg_match('@"720"(.*?)#@si',$html1,$m3u8);
- $link = $m3u8[1];
- $link = str_replace("\n","",$link);
- header('Content-type:application/x-mpegURL');
- header("Location: $link");
- ?>
Aktive Benutzer in diesem Thema: 6 (Registrierte Benutzer: 0, Gäste: 6)