-
Notifications
You must be signed in to change notification settings - Fork 206
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
Unable to play vimeo videos #242
Comments
i have solution for get all quality contact with me :+971557474526 |
Why don't you share your solution here so everyone can benefit from it? |
Because team make on it and solution is paid not free
…On Thu, 24 Oct 2024 at 2:10 PM Mohamed Belal ***@***.***> wrote:
Why don't you share your solution here so everyone can benefit from it?
—
Reply to this email directly, view it on GitHub
<#242 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANSX2PECV2IQOIEHDZDMRBLZ5DITVAVCNFSM6AAAAABP62APVKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZUHE4DEMBYHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Maybe I'm just gullible, but I tried to contact @ge0rge000 to find out the solution to this problem and he wanted to charge me $300!! |
But on a more constructive note (well sort of) I have this problem too. Even just trying to play a plain public vimeo video (not private or restricted). |
@icecandy |
@beto-hopee I've given up. I have implemented Vimeo playback completely in vanilla javascript in a web view using the Vimeo API. I have also done the same with YouTube videos, with almost identical code (the API is a little different and so not quite the same implementation). My app allows people to build their own HTML blog page and so I am already in a web view by default and so this is a very suitable solution. |
@icecandy good solution, thanks for sharing your case 🙏 |
Hi, I am unable to play vimeo videos despite providing all the necessary parameters
@override void initState() { super.initState(); controller = PodPlayerController( playVideoFrom: PlayVideoFrom.vimeo( '518228118', httpHeaders: { 'Authorization': 'bearer #############' }, ), )..initialise(); }
The text was updated successfully, but these errors were encountered: