Welcome


Categories :

Welcome to Live Sports

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>JWPlayer M3U8 Stream</title>
    <script src="https://cdn.jwplayer.com/libraries/O4mPlqeTEeK_viIACpYGxA.js"></script>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            text-align: center;
        }
        #my-video {
            margin-top: 20px;
        }
    </style>
</head>
<body>

    <h2>JWPlayer Example - M3U8 Streaming</h2>

    <div id="my-video"></div>

    <script>
        jwplayer('my-video').setup({
            file: 'https://mirajlive.short.gy/PSG-VS-LIVERPOOL-ENG.m3u8',  // Replace this with your M3U8 stream URL
            width: '100%',
            height: '450',
            autostart: false,
            primary: 'html5',
            hlshtml: true,  // Ensures that HLS.js is used for M3U8 playback
            image: ''  // Optional: Add a thumbnail image URL for the video (if you have one)
        });
    </script>

</body>
</html>

1 thought on “Welcome”

Leave a Reply

Your email address will not be published. Required fields are marked *