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:
parent
33c7f6d0e4
commit
b0afc00733
5 changed files with 250 additions and 353 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue