DPlayer icon indicating copy to clipboard operation
DPlayer copied to clipboard

:lollipop: Wow, such a lovely HTML5 danmaku video player

Results 129 DPlayer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/45708243/189035581-b46bf83e-29aa-439b-8cfc-bebde68ecaac.png) 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' } });

IOS的safari全屏播放,无法显示字幕 Play in full screen in Safari, unable to display subtitles system: iOS 13.1.2 browser: Safari

中文用户请注意:请尽量用**英文**描述你的 issue,这样能够让尽可能多的人帮到你。 If you want to report a bug, please provide the following information: - The steps to reproduce. - A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen...

Dplayer 如何开启画中画 How Dplayer turns on picture-in-picture

E.g. https://api.bilibili.com/x/v1/dm/list.so?oid=792496439

使用customType时的设置 ```` const dp = new DPlayer({ container: document.getElementById('dplayer'), live: true, autoplay: true, video: { url: 'ws://192.168.36.70/stream/hls/test.live.flv', type: 'customFlv', customType: { customFlv: function(video, player) { const flvPlayer = flvjs.createPlayer({ type:...

哈哈!简单套用了你的播放器实现异地观影 https://github.com/JzeroM/FantacyPlayer

中文用户请注意:请尽量用**英文**描述你的 issue,这样能够让尽可能多的人帮到你。 If you want to report a bug, please provide the following information: - The steps to reproduce. - A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen...

昨天突然发现IE上不能使用该视频播放器了