-
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
Loading Spinner Doesn't Show Before Video, Shows After Video Finished #513
Comments
I just tested the page on Safari, Chrome, and Firefox on Mac without issue. Are you seeing any specific errors in the js console? On May 15, 2013, at 7:22 PM, Rich Jones notifications@github.com wrote:
|
Still happens with video.js 4 using flash player on Firefox. Video spinner doesn't play while video is loading (which takes a long time), but displays after video has finished. https://openwatch.net/w/raw |
Hmm. It does take a bit to load that video. And Flash doesn't give any notice that it's trying to load the video, that I know of. On Jun 10, 2013, at 4:09 PM, Rich Jones notifications@github.com wrote:
|
quick and dirty fix: videojs("myVideoPlayerId").on("ended",function() {
videojs("myVideoPlayerId").loadingSpinner.hide();
}); |
Heh, nice. We definitely still need to figure out what's going on with flash there. |
is there any solution for this isue ? I have go the same problem. The spinner does not show before video load |
I've split this out into the issues listed above, which are on the SWF repo specifically. |
Weird one!
Our videos shown with JS don't show the 'loading' spinner after the user clicks play, it just seems to hang until the video starts playing.. and when the video is finished, THEN the spinner pops up.
Any ideas?
ex:
https://openwatch.net/v/8/
Tested on FF, Chrome and Safari, Ubu1204 and OSX.
The text was updated successfully, but these errors were encountered: