-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use HLS, We got some variable errors #8715
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
This |
When I use the .m3u8 video source and enable the type: 'application/x-mpegURL' configuration of videojs, an error will be reported. I'm also very troubled. I couldn't find the I wonder if it might be a problem caused by the videojs-http-streaming plug-in of videojs. |
It's not in http-streaming either. Part of the reasons it is imperative to create a reduced test case when opening issues is to isolate where an issue occurs and what combination of factors is relevant. As it is, there is nothing actionable here. |
I seem to have found the reason. It is indeed not a bug in videojs, but a problem with a certain chrome plugin. I disabled all plugins and found that the problem disappeared. Thank you for helping me answer❤️❤️❤️ |
Description
Hi~ I got some problems when i used videojs in ReactApp!
My package.json file
My video react component code:
I saw my console contain some errors,here is screenshot。
if i delete my hls config,and use normal video source such as .mp4, The error disappeared.
I have no idea, The cause of the error cannot be found.
Reduced test case
none
Steps to reproduce
1.use videojs 8.6.1
2.use hls config and .m3u8 video source
3.error will appear
Errors
No response
What version of Video.js are you using?
8.6.1
Video.js plugins used.
videojs-dynamic-watermark
What browser(s) including version(s) does this occur with?
124.0.6367.79
What OS(es) and version(s) does this occur with?
macos
The text was updated successfully, but these errors were encountered: