Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b40f3a4

Browse files
committed
[CHG]兼容服务端云存储回放参数限制
1 parent b4f7e8c commit b40f3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ezuikit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,9 @@ function addCss(filepath, callback) {
700700
}
701701
var type= playParams.url.indexOf('live') !== -1 ? 'live' : 'playback';
702702
if(type === 'live'){
703-
realUrl = realUrl + '&auth=1&biz=4&cln=100' + '&ssn=' + stream;
703+
realUrl = realUrl + '&ssn=' + stream + '&auth=1&biz=4&cln=100';
704704
}else {
705-
realUrl = realUrl + '&auth=1&cln=100' + '&ssn=' + stream;
705+
realUrl = realUrl + '&ssn=' + stream + '&auth=1&cln=100';
706706
}
707707
console.log(realUrl)
708708

0 commit comments

Comments
 (0)