Reduce hls.js not supported log
Happens often on iOS
This commit is contained in:
parent
f862be2749
commit
ac8f81e373
|
@ -24,7 +24,7 @@ let alreadyRegistered = false
|
||||||
|
|
||||||
const registerSourceHandler = function (vjs: typeof videojs) {
|
const registerSourceHandler = function (vjs: typeof videojs) {
|
||||||
if (!Hlsjs.isSupported()) {
|
if (!Hlsjs.isSupported()) {
|
||||||
logger.warn('Hls.js is not supported in this browser!')
|
logger.info('Hls.js is not supported in this browser.')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user