-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issues in mobile version of the player #72
Comments
Can you please share the code and I will try and reproduce it on my end. |
I am using TypeScript. Simple reproduction would be like in the following screenshot: The files are loaded from your CDN.
If that's not enough I can upload my sample PoC ASP. NET project in github for full reproduction, but I believe it should be the same. |
I am also having this issue on mobile -- using the same cdn as the above user. |
Did you find anything @aditimadan-Cloudinary ? |
I tried reproducing the issue but was unable to do so. Can you please open a support ticket here: https://support.cloudinary.com/hc/en-us/requests/new specifying the param values you are getting for |
We were able to reproduce the issue and have passed it along to our development team. Once we get updates from them, we will notify on this thread. |
@aditimadan-Cloudinary, @d-mendoza, I can confirm the issue is fixed in 1.1.3, but now it breaks IE11, while it worked in 1.1.1 |
@vangelov-i Is it the same error as before or a different error? Can you share the error you are seeing? |
@d-mendoza, it's different error. Something unrelated I want to ask is whether I should open a new issue for the following: |
@vangelov-i |
@adzhazhev @vangelov-i @Stevenlee731 |
@maoznir, the initial problem for this issue is resolved:
But what I've mentioned about iOS (Safari and Chrome) still occurs both for 1.1.4-edge.5 and 1.1.4-edge.7 Here is a screenshot of the error that's caused after ~1 min (without clicking any play buttons) Edit: `_this.reTryVideo = function (maxNumberOfCalls, timeout) {
|
@vangelov-i thank you for the update! we'll look into it. |
@alvindrakes do you have the video URL that is failing or is this happening with any video files? You can also take a look at this sample if it helps: https://github.com/cloudinary-community/cloudinary-examples/tree/main/examples/nextjs-cldvideoplayer |
@tommyg-cld Hey Tommy thanks for the reply! The website works fine on desktop so it can't be video url errors. You can test it out in chrome iOS and verify on your side on mobile. https://zenno-studio-website-redesigned-2023.vercel.app/en/works Just want to isolate the issue. Can it be a performance issue? Code for the video player:
|
@alvindrakes it's possible it's because you using h265 codec, if you use h264 for testing does it work on mobile? |
Here's the issues I am having. When using the cloudinary player widget in desktop web app everything works as expected.
However, whenever I simulate a mobile device in chrome as soon as I play the video I get the following error:
Here's the stack trace for the unminified version:
I using the same codebase for both desktop and mobile.
The text was updated successfully, but these errors were encountered: