benjipott / video.js-dailymotion

Allows you to use DailyMotion URL as source with Video.js.
30 stars 20 forks source link

Controls doesn't appear when the video starts #3

Open muratsevercom opened 10 years ago

muratsevercom commented 10 years ago

Hi; Controls doesn't appear when the video starts. I couldn't fix that problem. Cuold you help me? Yo can check that problem from here: http://jsfiddle.net/gh/get/library/pure/benjipott/video.js-dailymotion/tree/master/example

Start video.Wait 2-3 second and put the mouse pointer on video player.Controls doesn't appear.Help please :)

billjohnston commented 10 years ago

Seems to be a problem with the poster. This css fixes it in chrome, didn't test much though.

.vjs-poster {
    display: inherit !important;
}
Sumitdahiya commented 10 years ago

Same Problem i am getting while running Daily motion video, But Control works perfectly fine with Mp4 video.

Only while running Dailymotion video all controls went away in couple of seconds.

Please suggest in case any solution for that, not able to fix that

dcharbonnier commented 10 years ago

can you try the develop branch ? I'm not using the controllers and I haven't tested this part.

audas commented 10 years ago

throws an error regarding features.fullScreenResize - changed this to featuresFullScreenResize to reflect video.js

audas commented 10 years ago

Goes fullscreen every time it is clicked and will never display controls ? Sorry - any thoughts ?