ko-htut / yoyo-player

YoYo Video Player is a HLS(.m3u8) video player for flutter.
https://pub.dev/packages/yoyo_player
MIT License
97 stars 60 forks source link

Does it support youtube Vidoes like ext_video_player: https://pub.dev/packages/ext_video_player #2

Open tanveer1302 opened 4 years ago

tanveer1302 commented 4 years ago

Hi,

Glad to see a video player with such great functionality but what i am struggling is to find a player which supports youtube videos as well. I found this player but it is pretty basic with the set of functionalities it provides. Was wondering if you can add youtube video support as well just like this player.

https://pub.dev/packages/ext_video_player

Keep up the good work mate 👍

ko-htut commented 4 years ago

For now, yoyo_player is only for streaming video (.m3u8). We will try to support youtube videos next time

MeTubeapp commented 4 years ago

Hey Tanveer , Use youtube_explode_dart Package after using this you can extract 360p or 720p quality Normal url ...

and use any player of your choice BOOOM ... Your problem Solved...For Now

tanveer1302 commented 4 years ago

Thanks but what I am not able to understand how to get url of the same. It just shows example of how to download the video, not the streaming option. Can you direct me towards something that will show how to get the url or share code snippet here.

Hey Tanveer , Use youtube_explode_dart Package after using this you can extract 360p or 720p quality Normal url ...

and use any player of your choice BOOOM ... Your problem Solved...For Now