1
0
Fork 0

Reduce hls.js not supported log

Happens often on iOS
This commit is contained in:
Chocobozzz 2023-07-28 09:18:12 +02:00
parent f862be2749
commit ac8f81e373
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ let alreadyRegistered = false
const registerSourceHandler = function (vjs: typeof videojs) {
if (!Hlsjs.isSupported()) {
logger.warn('Hls.js is not supported in this browser!')
logger.info('Hls.js is not supported in this browser.')
return
}