videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.86k stars 7.43k forks source link

Using hls options is deprecated #7007

Open DJ-PD opened 3 years ago

DJ-PD commented 3 years ago

Receive warning as "video.min.js:12 VIDEOJS: WARN: Using hls options is deprecated. Use vhs instead." I use videoJS version 7.11.0 with option ...

                            html5: {
                                hls: {
                                overrideNative: !videojs.browser.IS_SAFARI
                                },

Is this not OK anymore?

gkatsev commented 3 years ago

You can continue using hls if you want. As the warning mentioned, you can also switch to using vhs instead. We decided to rename the option because it was actually confusing for when you're playing back DASH or HLS since the hls option applied to both.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.