摘要:
const dp = new DPlayer({ container: document.getElementById('dplayer'), video: { url: 'video/filename.m3u8', }, danmaku:{ id:1, api:"https://****.com/ 阅读全文
摘要:
# nginx config location /hls { types { application/vnd.apple.mpegurl m3u8; video/mp2t ts; } root "/var/www/m3u8/"; add_header Cache-Control no-cache; 阅读全文