'示例视频(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); ?>
上传视频到 /videos,封面到 /posters,刷新即可。
dp.switchVideo(...)(DPlayer 官方
API)。:contentReference[oaicite:7]{index=7}