1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Detect whether flash enabled for srs-player. 3.0.73

This commit is contained in:
winlin 2019-12-18 11:06:01 +08:00
parent 33c7f6d0e4
commit b0afc00733
5 changed files with 250 additions and 353 deletions

View file

@ -118,6 +118,9 @@ SrsPlayer.prototype.start = function(url) {
flashvars, params, attributes,
function(callbackObj){
self.callbackObj = callbackObj;
if (!callbackObj.success) {
console.error('Initialize player failed:'); console.error(callbackObj);
}
}
);