Page 1 of 3 123 LastLast
Results 1 to 5 of 13

Thread: kars serhat tv nasil token alincak

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

    Info

    Go to Top of Post

    Default kars serhat tv nasil token alincak

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

    adamlar cosmus link bu her gün degisiyor token alip php ile nasil izleyebiliriz sorun olmadan




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

  3. Go to Thank YouDownload #2
    Go to Thank You
    Kıdemli Üye Muhalif's Avatar

    Info

    Go to Top of Post

    Yayınları Twitch üzerinden yapıyorlar ki Twitch'in sistemleri baya iyi. O yüzden alman zor.
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..


  4. The Following User Says Thank You to Muhalif For This Useful Post:

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

    Info

    Go to Top of Post

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

    baska kanal icin channel=kanal ismi yazilinca calisiyor.

    Bu sitedeki kanallar [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    PHP Code:
    1.  <?php 
    2. ob_start();
    3. /* Copyright © 2016 toxiicdev.net */
    4. $clientId "jzkbprff40iqj646a697cyrvl0zt2m6"// Set your client key
    5. // Curl function
    6. function Curl($url$header)
    7. {
    8.     $ch curl_init();
    9.     curl_setopt($chCURLOPT_URL$url);
    10.     curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
    11.     curl_setopt($chCURLOPT_CONNECTTIMEOUT3);
    12.     curl_setopt($chCURLOPT_TIMEOUT1);
    13.     curl_setopt($chCURLOPT_HTTPHEADER$header);
    14.     $response curl_exec($ch);
    15.     curl_close ($ch);
    16.     return $response;
    17. }
    18. // Check for get parameter 'channel' to exist and to be valid
    19. if (isset($_GET['channel']) && preg_match("/^[a-zA-Z0-9_]{4,25}$/u"$_GET['channel']))
    20. {
    21.     // Lets request to twitch tv the access token
    22.     $response Curl("https://api.twitch.tv/api/channels/" $_GET['channel'] . "/access_token/",
    23.                 [
    24.                     "Client-ID: $clientId",
    25.                     "Host: api.twitch.tv",
    26.                     "User-Agent: Mozilla/5.0 (Windows NT 6.3; rv:43.0) Gecko/20100101 Firefox/43.0 Seamonkey/2.40",
    27.                     "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
    28.                 ]
    29.             );
    30.     
    31.     // If the reply contains token
    32.     if(strstr($response"token"))
    33.     {
    34.         $json json_decode($responsetrue); // Decode the JSON array
    35.         header('Location: http://usher.twitch.tv/api/channel/hls/' $_GET['channel'] . '.m3u8?player=twitchweb&token=' rawurlencode($json['token']) . '&sig=' $json['sig']);
    36.     }
    37.     else
    38.     {
    39.         // Print error
    40.         echo "Couldn't get the token";
    41.     }
    42. }
    43. else
    44. {
    45.     // Print error
    46.     echo "Channel name not provided or invalid";
    47. }
    48. ?>
    Last edited by bahri; 27.05.21 at 01:15.


  6. The Following User Says Thank You to bahri For This Useful Post:

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

    Info

    Go to Top of Post

    Serhat TV canlı yayın adresleri. Buyrun.. Yayın adresi : [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..
    [Sadece kayıtlı ve aktif kullanıcılar bağlantıları görebilir.] Kayıt Olmak İçin Tıklayınız..

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


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

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

    Info

    Go to Top of Post

    [MENTION=469]mustafa1954[/MENTION] yanlis anlamadiysam konuda bahsedilen serhattv baska bir tv kanali.


  10. The Following User Says Thank You to bahri For This Useful Post:

Page 1 of 3 123 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
  •