DPlayer
DPlayer copied to clipboard
Can't find HIs
const dp = new DPlayer({
container: document.getElementById('dplayer'),
preload: 'none',
live: true,
video: {
url: 'http://192.168.0.114:8085/hls/aa01.m3u8',
type: 'hls'
}
});
https://github.com/DIYgod/DPlayer/issues/1143#issuecomment-886325234
Hls存在window才有用,希望对你有帮助