Page 2 of 13 FirstFirst 123412 ... LastLast
Results 6 to 10 of 63

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

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

    Info

    Go to Top of Post

    dreambox a m3u mu m3u8 mi link verıyorsun


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

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

    Info

    Go to Top of Post

    Ben ipad den bakıyorum sorun olmuyor dreabox yok bende denemedim.

    Bir de göstersede kimisi yarım saatde kimisi 3 saatde token deişiyor yani tekrarlaman lazım prosedürü. Otomatik pilota alman lazım cronjob mu ne diyolar onu da ayarlaman lazım ki her belli bi zamanda yanilesin.


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

  5. Go to Thank YouDownload #8
    Go to Thank You
    Yönetici garaveli's Avatar

    Info

    Go to Top of Post

    Arkadaslar yayinlari alip tokenleri guncelledik ama ilk acilisda kalite ayari yapamadik.Ilk acilisda kalitenin iyi olmasi icin ne yapabiliiriz acaba?


    Bu listemde youtube yayini var deneyebilirsiniz

    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Contains hidden content
    WARNING: To see the hidden message, simply click the button under the post.
    Do not write messages unless it is mandatory. If you have to write, the short message is not well received.
    Write detailed information about your problems, device name, brand, on which platform etc.
    If the hidden content does not open automatically 3 seconds after thanking, click here.
    Last edited by garaveli; 18.07.18 at 11:52.


  6. The Following 89 Users Say Thank You to garaveli For This Useful Post:

  7. Go to Thank YouDownload #9
    Go to Thank You
    Yönetici AKINCI's Avatar

    Info

    Go to Top of Post

    Ustam,Youtube adreslerinin icinde "0" yazan degeri 1-2-3 olarak degiştirerek oluyor sanırım.


  8. The Following 7 Users Say Thank You to AKINCI For This Useful Post:

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

    Info

    Go to Top of Post

    Quote Originally Posted by bahri View Post
    Önce bir php file yapıyoruz.

    örnek yt.php

    Youtube de canli yayin yapan kanalın id sini alip mesala haberturk [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

    Mesala yt.php?id=iYY4F4EbWLc Bu şekil örnek haberturk kanalının id si şimdi bunun m3u8 i çiktı olarak çikacak.

    PHP Code:
    1. <?PHP
    2. $channelid $_GET["id"];
    3. ini_set("user_agent","facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)");
    4. /* gets the data from a URL */
    5. function get_data($url) {
    6.     $ch curl_init();
    7.     $timeout 5;
    8.     curl_setopt($chCURLOPT_URL$url);
    9.     curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
    10.     curl_setopt($chCURLOPT_USERAGENT"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)");
    11.     curl_setopt($chCURLOPT_REFERER"http://facebook.com");
    12.     curl_setopt($chCURLOPT_RETURNTRANSFER1);
    13.     curl_setopt($chCURLOPT_CONNECTTIMEOUT$timeout);
    14.     $data curl_exec($ch);
    15.     curl_close($ch);
    16.     return $data;
    17. }
    18. $string get_data('https://www.youtube.com/watch?v=' $channelid);
    19. preg_match_all('/(hlsvp.*m3u8)/',$string,$matchesPREG_PATTERN_ORDER);
    20. $var1=$matches[1][0];
    21. $var1 substr($var18);
    22. $var1=str_replace("\/""/"$var1);
    23. #Quality Settings
    24. /* 96=1920x1080, 95=1280x720, 94=854x480, 93=640x360 */
    25. $man get_data($var1);
    26. preg_match_all('/(https:\/.*\/93\/.*index.m3u8)/U',$man,$matchesPREG_PATTERN_ORDER);
    27. $var2=$matches[1][0];
    28. //header("Content-type: application/vnd.apple.mpegurl");
    29. //header("Location: $var2");
    30. echo $var2;
    31. ?>
    Bu şekil

    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    selam Bahri usta,

    simdi sen bunu [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız.. PHP kodunun neresine yaziyosun yani hangi satira ekliyorsun?


  10. The Following 5 Users Say Thank You to cArsiTV For This Useful Post:

Page 2 of 13 FirstFirst 123412 ... 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
  •