videojs / video.js

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

Video Js starting twice #7999

Closed ghost closed 1 year ago

ghost commented 2 years ago

Description

I grab this error the videojs is starting in double, i remove all classes in

Its possible start the videojs on javascrit and set the data setup and others config;

I nor find any solution in googl

Reduced test case

No response

Steps to reproduce

 <video id="myPlayerID" 
           class="video-js vjs-default-skin vjs-big-play-centered vjs-show-big-play-button-on-pause" 
           preload="auto" 
           controls 
           style="height:290px;width:100%;border:2px;overflow-x: hidden !important;"          

           >
    </video> 

data-setup='{ "fluid": true, "asdf": true , "nativeControlsForTouch": true, "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/embed/BhW0rbod9kk"}]  }'

Errors

No response

What version of Video.js are you using?

7.20.3

Video.js plugins used.

Yes

What browser(s) including version(s) does this occur with?

chrome, firefox

What OS(es) and version(s) does this occur with?

OSX, Linux , Android

welcome[bot] commented 2 years ago

๐Ÿ‘‹ 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. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

mister-ben commented 1 year ago

Sorry but the problem you are describing and how to reproduce it are not clear enough to answer.