-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug in chrome #231
Comments
The oceans demo url worked perfectly fine with the initial markup in the documentation. Can you gist the full code to see whats going on? I tested on chrome Version 22.0.1229.94 |
I just took the sources from the github repositery and tried it in chrome and it didn’t worked until i removed the mp4 source line from demo.html From: Marcos Lopez The oceans demo url worked perfectly fine with the initial markup in the documentation. Can you gist the full code to see whats going on? — |
Windows or Mac? It seems to be working for me. |
Window XP 's Chrome and Window 8 's Chrome ---> Not OK, =[ I have V.Event Error, when i click play video after few second |
I have hte same problem, but happens just with some google chromes. I have seen the problem with mp4 and chrome on ubuntu 12.10, google chrome version: with quicktime plugin this one: Chrome version: Chromium Version 25.0.1364.160 Ubuntu 12.10 (25.0.1364.160-0ubuntu0.12.10.1) On other laptop we have windows 7 professional: Chrome version: Versión 26.0.1410.64 m
(non of them worked) I cannot even see this url (on both browsers) : http://video-js.zencoder.com/oceans-clip.mp4 but the webm version works fine, I did changed on our html to set first webm and this seems to work everywhere but not sure if this can be a problem. I always get the the following error
This error also appears on some browsers which tries to use mp4 but they can reproduce the video without problems. |
this is happening to me too. Latest Chrome on a Mac. Is there any solution? |
@bsabiston Does videojs.com work for you in Chrome? I don't see any issues on Mac. |
Yes, it does. In fact, it works on my own site for many videos, but not all. I can't figure out what makes one video work while another doesn't. It doesn't appear to be the encoding. The same encoding will work for some videos but not another. If you go to www.inchwormanimation.com, the top left clip works but the one below it does not. And the error is just in Chrome on Mac as far as I can tell. |
@bsabiston It's the encoding. Run mediainfo on those two files and you'll see they're very different. The broken one uses MPEG-4 Visual, which chrome doesn't support.
So if you're encoding those the same way then your encoder is doing something weird. |
Argh -- I was trying a bunch of different stuff yesterday, and I could have sworn I had them both encoded the same way. But I must have gotten confused at some point. Sorry -- they are working now thanks! |
You don't happen to know how to get videos to loop under Android, do you? I haven't been able to get that to work. |
Not off the top of my head. Start a new issue if you want to dig into it more. On Jul 23, 2013, at 2:14 PM, bsabiston notifications@github.com wrote:
|
Yeah, I did that a few days ago. Maybe someone will answer it. On Jul 23, 2013, at 1:33 PM, Steve Heffernan notifications@github.com wrote:
|
Sent from Yahoo! Mail on Android |
Hi,
I've just built the last code present in github and it won't work in chrome (videoError) unless i cut the line
"< source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' / >" in demo.html.
It seems that chrome isn't able to read this file but the canPlayType function does'nt tell so.
I've tested with chrome 24 and chrome 22.
All the best
The text was updated successfully, but these errors were encountered: