add mic to header
This commit is contained in:
parent
962908d145
commit
99f5167804
36 changed files with 715 additions and 106 deletions
|
@ -447,7 +447,7 @@
|
|||
return currentSrc.substring(currentSrc.lastIndexOf('.'));
|
||||
};
|
||||
|
||||
self.canPlayHls = function () {
|
||||
self.canPlayNativeHls = function () {
|
||||
|
||||
var media = testableVideoElement;
|
||||
|
||||
|
@ -460,6 +460,16 @@
|
|||
return false;
|
||||
};
|
||||
|
||||
self.canPlayHls = function () {
|
||||
|
||||
if (self.canPlayNativeHls()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
//return $.browser.chrome || $.browser.msie;
|
||||
return false;
|
||||
};
|
||||
|
||||
self.changeStream = function (ticks, params) {
|
||||
|
||||
var element = self.currentMediaElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue