// PHP already selected the random m3u8 URL var randomM3u8 = "https://danny.solutions/playlist/stream_9.m3u8"; // Initialize the player with the random m3u8 as the source var player = new Clappr.Player({ source: randomM3u8, parentId: "#player", height: '100%', width: '100%' });