'示例视频(MP4)', 'desc' => '放在 /videos/demo.mp4', 'video' => [ 'url' => 'videos/demo.mp4', 'pic' => 'posters/demo.jpg', 'type' => 'normal', ], ], // 你也可以加一个 HLS 示例(把 m3u8 放到你自己的地址) // [ // 'title' => '示例视频(HLS m3u8)', // 'desc' => '需要 hls.js,并且要在 DPlayer 前加载 :contentReference[oaicite:4]{index=4}', // 'video' => [ // 'url' => 'videos/demo.m3u8', // 'pic' => 'posters/demo.jpg', // 'type' => 'hls', // ], // ], ]; $playlist_json = json_encode($playlist, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); ?> DPlayer 视频播放

🎬 我的 DPlayer 播放页

上传视频到 /videos,封面到 /posters,刷新即可。

DPlayer + Playlist • HTTPS ✅

播放列表

提示:如果你想“切换视频”,我们用的是 dp.switchVideo(...)(DPlayer 官方 API)。:contentReference[oaicite:7]{index=7}