Page 5 of 13 FirstFirst ... 34567 ... LastLast
Results 21 to 25 of 63

Thread: Youtube den canli yayinlardan m3u8 alma işlemi.

  1. Go to Thank YouDownload #21
    Go to Thank You
    Yönetici AKINCI's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by doganoglu66 View Post
    Arkadaşlar [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. linkini iptv de nasıl izleyebilirim? bana m3u8 linki lazım,yardımcı olabilecek arkadaş var mı ?

    Youtube iceriklerini link olarak seyretmek bir kac dakika sürer sonra kapanir.Nedenide verilerin "Tokenli" olmasidir.Devamli seyretmek icin bilgi,deneme yanilma ve bu islerle ugrasmis ustalik gerekiyor.
    GARAVELI ve ÖZBECERİKSİZLER FORUM size yeter.




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

  3. Go to Thank YouDownload #22
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    Php ile m3u8 alip izleyebilirsin
    Last edited by bahri; 18.05.20 at 23:07.


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

  5. Go to Thank YouDownload #23
    Go to Thank You
    Yeni Üye doganoglu66's Avatar

    Info

    Go to Top of Post

    nasıl yapılır ustam? sana zahmet yapabiliyorsan makbule geçer.


  6. The Following 2 Users Say Thank You to doganoglu66 For This Useful Post:

  7. Go to Thank YouDownload #24
    Go to Thank You
    Üye bahri's Avatar

    Info

    Go to Top of Post

    PHP Code:
    1. <?php 
    2. echo "#EXTINF:1,Corona covid tv"; echo "\n";
    3. $linkler file_get_contents("https://www.youtube.com/channel/UCDGiCfCZIV5phsoGiPwIcyQ/videos?view=2&flow=list&live_view=501");  
    4. preg_match('@"/watch?(.*?)"@si',$linkler,$idd);
    5. $url = ("https://www.youtube.com/watch" $idd[1]);
    6. $html file_get_contents("$url");
    7. preg_match_all(
    8.    '/(hlsManifestUrl.*?\.m3u8[^&">]+)/'
    9.    $html,
    10.    $posts
    11.    PREG_SET_ORDER 
    12. );
    13. foreach ($posts as $post) {
    14.    $link $post[0];
    15. $link stripslashes($post[0]);
    16. $link str_replace("hlsManifestUrl","",$link);
    17. $link str_replace("\":\"","",$link);
    18. $man file_get_contents("$link");
    19. preg_match_all('/(https:\/.*\/95\/.*index.m3u8)/U',$man,$matchesPREG_PATTERN_ORDER);
    20. $link1 $matches[1][0];
    21. header("Content-Type application/vnd.apple.mpegurl");
    22. header("Location: $link1"); echo "\n";
    23. }
    24. ?>

    Burda [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. linkteki video id degişsse de canli yayında ise gösterir. Normalda link [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. bu şekil. Ama bu değiştimi de otomatik link düzeltir eger canlı yayında ise.
    Last edited by bahri; 21.05.20 at 22:40.


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

  9. Go to Thank YouDownload #25
    Go to Thank You
    Yeni Üye kirgin's Avatar

    Info

    Go to Top of Post

    Quote Originally Posted by bahri View Post
    PHP Code:
    1. <?php 
    2. echo "#EXTINF:1,Corona covid tv"; echo "\n";
    3. $linkler file_get_contents("https://www.youtube.com/channel/UCDGiCfCZIV5phsoGiPwIcyQ/videos?view=2&flow=list&live_view=501");  
    4. preg_match('@"/watch?(.*?)"@si',$linkler,$idd);
    5. $url = ("https://www.youtube.com/watch" $idd[1]);
    6. $html file_get_contents("$url");
    7. preg_match_all(
    8.    '/(hlsManifestUrl.*?\.m3u8[^&">]+)/'
    9.    $html,
    10.    $posts
    11.    PREG_SET_ORDER 
    12. );
    13. foreach ($posts as $post) {
    14.    $link $post[0];
    15. $link stripslashes($post[0]);
    16. $link str_replace("hlsManifestUrl","",$link);
    17. $link str_replace("\":\"","",$link);
    18. $man file_get_contents("$link");
    19. preg_match_all('/(https:\/.*\/95\/.*index.m3u8)/U',$man,$matchesPREG_PATTERN_ORDER);
    20. $link1 $matches[1][0];
    21. header("Content-Type application/vnd.apple.mpegurl");
    22. header("Location: $link1"); echo "\n";
    23. }
    24. ?>

    Burda [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. linkteki video id degişsse de canli yayında ise gösterir. Normalda link [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. bu şekil. Ama bu değiştimi de otomatik link düzeltir eger canlı yayında ise.



    Acaba bu kodun SMARTIPTV uygulamasi mümkün mü?


  10. The Following 3 Users Say Thank You to kirgin For This Useful Post:

Page 5 of 13 FirstFirst ... 34567 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •