dplayer多盘支持
parent
e765038b72
commit
101967af8c
|
@ -637,7 +637,7 @@
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
function createDplayers(videos) {
|
function createDplayers(videos) {
|
||||||
var url = '<?php echo str_replace('%2523', '%23', str_replace('%26amp%3B','&',spurlencode(path_format($_SERVER['base_path'] . '/' . $path), '/'))); ?>' , subtitle = url.replace(/\.[^\.]+?(\?|$)/,'.vtt$1');
|
var url = '<?php echo str_replace('%2523', '%23', str_replace('%26amp%3B','&',spurlencode(path_format($_SERVER['base_disk_path'] . '/' . $path), '/'))); ?>' , subtitle = url.replace(/\.[^\.]+?(\?|$)/,'.vtt$1');
|
||||||
var dp = new DPlayer({
|
var dp = new DPlayer({
|
||||||
container: document.getElementById('video-a0'),
|
container: document.getElementById('video-a0'),
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
|
|
Loading…
Reference in New Issue