👨‍🏫 Tutorial ρáíd JW Player - Free key

You need to do this programmatically so ensure you have your playlist with you.


In the head tag of page, put this two script lines

JavaScript:
<script src="https://ssl.p.jwpcdn.com/player/v/8.38.10/jwplayer.js"></script>
<script>jwplayer.key="QybHxeEatECB7VWGt/y7fw69lOha2N4x3Es4kNK1RhDAmYzB"</script>

I have used the latest current version now, you can specify your preferred version.

In summary you should have a setup like this or similar

Code:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>JW Player BET East Stream Test</title>
    <script src="https://ssl.p.jwpcdn.com/player/v/8.38.10/jwplayer.js"></script>
    <script>jwplayer.key="QybHxeEatECB7VWGt/y7fw69lOha2N4x3Es4kNK1RhDAmYzB"</script>
</head>
<body>
    <h1>JW Player BET East Stream Test</h1>
    <h2>BET East Stream</h2>
    <div class="player-container">
        <div id="player-bet"></div>
    </div>
    <script>
        jwplayer("player-bet").setup({
            file: "PUT IN YOUR M3U8 LINK HERE",
            width: "100%",
            aspectratio: "16:9",
            autostart: true,
            mute: false,
            controls: true,
            pip: true,
            pipIcon: "enabled"           
        });
    </script>
</body>
</html>

Lastly, locally host the page and open it in a new browser tab to watch your stream using JW Player.
 
Does it play drm channels??
yes, jwplayer can play stream with drm
But it uses Shaka Player under the hood with provider.shaka.js. So instead of using it, it's better to use raw Shaka Player since that's the fastest DRM player on earth and it's free. I tried it with DASH streams and it takes long to start playback even when the manifest has been loaded and parsed. Stick to Shaka Player.
 
Well, I have never tried using JW Player in a mobile app. Do some research.
Oh okay am not sure on how I can create a web I just use AI kinds to create apps and iptv lists do you have some ideas on how I can create a web from HTML?? And use the player??
 
Oh okay am not sure on how I can create a web I just use AI kinds to create apps and iptv lists do you have some ideas on how I can create a web from HTML?? And use the player??
I have given a sample HTML code to use that player. Just put in the m3u8 file in the file section under the player setup.
 

About this Thread

  • 21
    Replies
  • 738
    Views
  • 9
    Participants
Last reply from:
onenyx

Trending Topics

Online now

Members online
631
Guests online
5,061
Total visitors
5,692

Forum statistics

Threads
2,313,042
Posts
29,171,450
Members
1,185,526
Latest member
elemenopi
Back
Top