muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
154 stars 93 forks source link

[Question] Youtube video #76

Closed camilamattos closed 3 years ago

camilamattos commented 3 years ago

Hi, i'm trying to implement this package to use in youtube videos, but the video doesn't play. In fact, i tried with vimeo videos too, but i have the same problem.

Can someone help me?

KhuramKhalid commented 3 years ago

Hi, this plugin can only play video from a raw URLs such as HLS or DASH. Since YouTube doesn't provide that, you'd probably have to create a web view with the embed HTML provided by YouTube.

camilamattos commented 3 years ago

Thank you for the answer and for the tip. I'm tring to do with web view. ;)