Results 1 to 2 of 2

Thread: Tv8 sitesinden yayın oynatma

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

    Info

    Go to Top of Post

    Default Tv8 sitesinden yayın oynatma

    <?php
    $link = "https://www.tv8.com.tr/canli-yayin";
    $veri = file_get_contents($link);
    preg_match_all('#"hls", file: "(.*?)"#',$veri,$tv8);
    ?>

    <head>
    <script type="text/javascript"
    src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js">
    </script>
    <style> html,body{ background: #000; width: 100%; height: 100%; margin: 0; padding: 0; } #player{ height: 100% !important; }</style>
    </head>

    <body>
    <div id="player"></div>
    <script>
    var player = new Clappr.Player({
    source: "<?php echo $tv8[1][0]; ?>",
    parentId: "#player",
    width: '100%',
    height: '100%',
    mute: false,
    mediacontrol: {seekbar: "white", buttons: "red"}
    });
    </script>
    </body>




  2. The Following 17 Users Say Thank You to Altunkral For This Useful Post:

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

    Info

    Go to Top of Post

    Bu koda düştüm 😂. Bi de clappr player kullanıyor tam bana göre.


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

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
  •