Page 2 of 7 FirstFirst 1234 ... LastLast
Results 6 to 10 of 33

Thread: Dailymotion canli yayin script?

  1. Go to Thank YouDownload #6
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    Örnek beyaztv
    Normalde link : https://www.dailymotion.com/video/x4kopfq bu sekil
    buna bir embed ekle https://www.dailymotion.com/embed/video/x4kopfq bu şekil.

    Eger bilgisayarında php server yüklü ise bir dene çalışacakmı.
    PHP Code:
    1. <?php
    2. $html file_get_contents("https://www.dailymotion.com/embed/video/x4kopfq");  
    3. preg_match('@mpegURL","url":"(.*?)"@si',$html,$degisken);
    4. $degisken stripslashes($degisken[1]);
    5. echo $degisken;        
    6. ?>
    Mesala böyle birşey yaptım ama tahminim benim kiralik server olduğu için çalişmiyor o server e gore yolluyor link.

    eger evde bilgisayarda server kurulu olsa belki çalışır.
    Last edited by bahri; 09.01.19 at 02:06.


  2. The Following 3 Users Say Thank You to bahri For This Useful Post:

  3. Go to Thank YouDownload #7
    Go to Thank You
    Yönetici yilmaz's Avatar

    Info

    Go to Top of Post

    Üzerinde çalışıyorum alınan m3u8 url çalışmıyor, olumlu bir sonuç alırsam paylaşırım.
    Selam ve Saygılarla İyi Forumlar...



  4. The Following 2 Users Say Thank You to yilmaz For This Useful Post:

  5. Go to Thank YouDownload #8
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    Çalışan link
    Bu şekil script de sec= diye başliyor bunda sec( diye başlayip ) bitiyor
    HTML Code:
    1. https://stream-05.dc3.dailymotion.com/sec(q7jSYiQNk7E3c--qnkaEzD7599GxSj0QensLzxSasgU)/dm/3/x4kopfq/live.m3u8#cell=lcore&qos_vpart=1&qos_stail=1
    Benim aldığım kısım
    HTML Code:
    1. https:\/\/www.dailymotion.com\/cdn\/live\/video\/x4kopfq.m3u8?sec=LZa7L1ikxq_XIpHBIwlF6wErFmIPSwNpp8KeCG9fwXZ1Hcb2yvxzKV1Xr4asYaa3
    Burasi bu calişıyor ama ipad da source gosteren bir app ile alıyorum. Yani evin ip den.

    script uzak server de yuklu o başka alıyor o sebepden pc olmadığı için webserver kurup deneyemedim.


  6. The Following 3 Users Say Thank You to bahri For This Useful Post:

  7. Go to Thank YouDownload #9
    Go to Thank You
    Super Moderatör mustafa1954's Avatar

    Info

    Go to Top of Post

    Ben arasıra giriyorum vaktim oldukça tesadüf gördüm..Eğer Kodi LSP de oynatmak İstersen Regex olarak Şöyle,Yani XML dosyasına yükleyip 1080 p ile oynatma şansın var .. <item><title>DailyMotion/Beyaz TV </title>
    <link>$doregex[start]|Cookie=$get_cookies$</link>
    <regex>
    <name>start</name>
    <expres>(http.*)\#</expres>
    <page>$doregex[url]&redirect=0</page>
    <referer>http://www.dailymotion.com/</referer>
    <cookieJar></cookieJar>
    </regex>


    <regex>
    <name>url</name>
    <expres>$pyFunction:'$doregex[jsonurl]'.replace('\/','/')</expres>
    <page></page>
    </regex>
    <regex>
    <name>jsonurl</name>
    <expres>x-mpegURL","url":"(.*?)"</expres>
    <page>https://www.dailymotion.com/embed/video/x4kopfq</page>
    <cookieJar></cookieJar>
    </regex>
    <thumbnail></thumbnail>
    </item


  8. The Following 6 Users Say Thank You to mustafa1954 For This Useful Post:

  9. Go to Thank YouDownload #10
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    Slm php ile olmazmi


  10. The Following 2 Users Say Thank You to bahri For This Useful Post:

Page 2 of 7 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •