-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Video doesn't start on Android 6, Chrome Browser #238
Comments
second this
|
Damn. I'm in the UK and my test Nexus 5 is back home. Tried to use a simulator but they are terrible. Not yet found a good one. iOS is way better in that department. Out of interest, if you switch source and then back to video, does it work? I'll try and find an Android device to debug on here. |
Could you let me know if this is still an issue? I've just tested on a device on 6.0 with Chrome 50 and it worked ok every time. |
Same thing happening on Android 4.3 using the latest version of Chrome. (HUAWEI G6-L11) |
Frustrating as I can't replicate. Any help on this is appreciated... |
Yup, I'll try to remote debug this issue tomorrow... just need to figure out how to do that first :) |
I can see that the network inspector that the MP4 from Vimeo gets cancelled... Request URL:https://fpdl.vimeocdn.com/vimeo-prod-skyfire-std-us/01/3683/5/143418951/459135658.mp4?token=574d87b0_0x399d4a7feaf0a282880b792d9e703e06089d3579 I'm guessing that doesn't narrow it down at all though... |
Seems to be happening on the Galaxy Note 4 and Nexus 6 - they were the only Android devices I had access to with my free BrowserStack trial. |
Works on my Moto X running Android 5.1 with Chrome 53.0.2785.124 |
Same here, Android 6 with Chrome browser!!!! |
I fixed that issue by disabling autoplay on mobile devices. Sadly, had to implement that by user agent sniffing, but found a way to check for autoplay on mobile that I hadn't implemented yet. |
Mozilla/5.0 (Linux; Android 7.1.2; Redmi Note 5A Prime Build/N2G47H - I tried plyr.io demo player on page. Not loaded( Do you support mobile devices? I mean plyr. |
@alex-devPY: Plyr is wrapping existing browser features and apis, and doesn't determine what is or isn't supported. If your browser supports html5 video and the codec, container and preset plyr should work. Disable plyr and use html5 directly. If this fixes the issue (not likely), it could be a problem with plyr. |
Closing this one as I think it's fixed but feel free to re-open if not solved in v3 👍 |
@sampotts getting this error on latest android and latest chrome, seems related to this post. Error is: The video won't autoplay on certain android devices. Video and script looks like this:
|
Thanks @friday |
The video does not start in Android 6, Chrome browser on thr démo page https://plyr.io . It stays at 0:0
The text was updated successfully, but these errors were encountered: