youtube_player icon indicating copy to clipboard operation
youtube_player copied to clipboard

Some of the videos are not playing

Open skjagini opened this issue 5 years ago • 9 comments

Hi, I tried to play the following video id, vlkNcHDFnGA, it is not getting played while other videos are playing. A bit of recap, when I tried the same video id as an embedded iframe on my website as well I had the same experience (i.e. it didn't play) untit I hosted my website under https, as the adwords are loaded only under https host.

I have the same experience with the youtube_player plugin as well, is there a way to load the video, really appreciate if your help.

Thanks

skjagini avatar Jun 08 '19 04:06 skjagini

When i play some videos they are not playing . Like:- https://www.youtube.com/watch?v=OUnRzs8RBO4 Please help what i have to do in these cases. Is this a plugin error or what ??

kushagragupta08 avatar Jun 25 '19 22:06 kushagragupta08

I have the same issue.

ariG23498 avatar Jul 13 '19 20:07 ariG23498

This is not a fix for this plugin, but i did this to overcome the problem:

child: WebView(
initialUrl:'https://www.youtube.com/embed/jG2_TN-jfH4?autoplay=0&rel=0',
javaScriptMode: JavaScriptMode.unrestricted,
)

ariG23498 avatar Jul 14 '19 06:07 ariG23498

This is not a fix for this plugin, but i did this to overcome the problem:

child: WebView(
initialUrl:'https://www.youtube.com/embed/jG2_TN-jfH4?autoplay=0&rel=0',
javaScriptMode: JavaScriptMode.unrestricted,
)

DOES IT PLAYS THE VIDEO IN APP OR OUTSIDE THE APP?? AND IT PROVIDES ALL FUNCTIONALITIES LIKE AUDIO CONTROL OR SEEKBAR ??

kushagragupta08 avatar Jul 20 '19 15:07 kushagragupta08

This is not a fix for this plugin, but i did this to overcome the problem:

child: WebView(
initialUrl:'https://www.youtube.com/embed/jG2_TN-jfH4?autoplay=0&rel=0',
javaScriptMode: JavaScriptMode.unrestricted,
)

DOES IT PLAYS THE VIDEO IN APP OR OUTSIDE THE APP?? AND IT PROVIDES ALL FUNCTIONALITIES LIKE AUDIO CONTROL OR SEEKBAR ??

@kushagragupta08 The fix is like an IFrame for a website, this is an app solution, but sadly does not provide controllers as is provided by the plugin. WhatsApp Image 2019-07-14 at 8 47 50 PM

This is how it will look like in the app.

ariG23498 avatar Jul 20 '19 15:07 ariG23498

It's now working in new version.

sarbagyastha avatar Aug 06 '19 12:08 sarbagyastha

This is not a fix for this plugin, but i did this to overcome the problem:

child: WebView(
initialUrl:'https://www.youtube.com/embed/jG2_TN-jfH4?autoplay=0&rel=0',
javaScriptMode: JavaScriptMode.unrestricted,
)

wich dependencies you use ????

vishsinghal avatar Aug 24 '19 10:08 vishsinghal

It's now working in new version.

which new version ??

vishsinghal avatar Aug 24 '19 10:08 vishsinghal

It's now working in new version.

Sorry but I think it's not, some videos still doesn't load

AbdullahAli1993 avatar Dec 17 '19 14:12 AbdullahAli1993