newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 202 forks source link

Many Problems One Solution #239

Open HKTareen opened 1 month ago

HKTareen commented 1 month ago

This Package is using the _youtube_explode_dart_ so if explode stops working, pod player is nothing without it. Recently due to Youtube Update explode package makes problem in their latest version as of today 2.3.0 they solved the exceptions and 403 errors but still in their results either only audio is working or either only video. muxed video is giving empty list.

youtube_explode_dart: git: https://github.com/Hexer10/youtube_explode_dart.git

 and i suggest if explod got fixed just directly use explode generate the video url and play it in any of the lates Good player like as chewie player i sugggest. or if you want to get rid of daily problems of explode, simply use the youtube player directly that uses iframe

 Thanks.