can I play a video from youtube with chewie? - flutter

I`m trying to create an app to play videos from firebase database using chewie. If I play an asset video it works fine, but if I try to get a youtube video from firebase it shows a white denying symbol, I tried a different source of video it works, but my goal is to access youtube videos. I used a real device, tried on both Android and IOS but nothing worked. Any lights on what could be a solution?

Related

Problem in playing video stored in google drive in unity video player

I was working on a project where I need to play a video stored in my google drive storage. I shared the video and made it available for anyone with a link and copied the link and created a direct link for the video. Direct links are required if we want to play the video from drive in unity video player. Everything works fine until it didn't. The video played in unity for about 4-5 times then suddenly it started throwing access denied error. Then after sometime maybe 20-30 mins it starts to work again. I can't understand why its is behaving like this is there a limit to access google drive files or something else.
Yes I can download the video and play it that way but I wanted to just play the video without downloading it.

playing youtube videos inline with API3

i am building an ios app, and up until recently we were able to play youtube videos inline with no problems.
now with the latest API, we are having trouble getting the same result. it just returns this "device support" video: https://www.youtube.com/watch?v=UKY3scPIMd8
how can i play youtube videos inline? specifically videos related to WMG & VEVO, etc.
please let me know of any alternate solutions as well.thank you

how to play private channel video of youtube in iOS App [duplicate]

How I can integrate Youtube with iOS? Mainly I want to play private videos without asking for login. Login should be hard coded in the app and will not ask user before playing the private video.
Some YouTube videos can be played back in a MPMoviePlayerController - some cannot. When you query a video through the YouTube Data API https://developers.google.com/youtube/2.0/reference#Videos_feed
you'll get back all the content types available for a particular videos, including the Flash player, 3GPP, MP4 (if available), etc. You can use these URLs to load up a MPMoviePlayerController.
This is perfectly fine, but as I've said - not all videos are available to embed this way. Some videos (mainly ones that require adverts to be displayed) can't be put into native controllers.

Loading youtube video in my phonegap iphone app

Hi all im trying to load youtube/Dailymotion video using the iframe method in my phonegap app on iphone but everytime i play the video the alert message popsup saying this movie could not be played please help
Have you tried playing a non-commercial video, like a tutorial or something? If that plays you know at least that it is possible to play certain videos. There may be restrictions for playing some videos.

Auto launch the video player in Android from the browser like an iPhone does

I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video starts playing.
Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there a way to force a video player to just boot up and play the video not download it?
Thanks in advance.
You should know that Android is quite strict regarding the video streams that you can stream. To be able to watch a stream a video (progressively watch and download) the video container must be correctly formatted.
There are many ways to create a container suitable for progressive streaming. You can look it up here: http://groups.google.com/group/android-beginners/browse_thread/thread/2a801ce5f71b5aaf?pli=1
I have successfully created a streamable video. Try to open it from your browser: http://students.mimuw.edu.pl/~nh209484/Video000.3gp