dtube / DTubeGo

DTube mobile client created in dart and flutter!
GNU General Public License v3.0
34 stars 15 forks source link

dart_vlc 0.1.8 & chewie 1.2.2 instead of better_player #154

Open tibfox opened 2 years ago

tibfox commented 2 years ago

better_player got some bugs and while researching alternatives I have seen this package which also will be necessary for desktop.

I guess we have to use different players for different devices.

dart_vlc 0.1.8 ios, android, desktop, linux, macos (no browser) chewie 1.2.2 ios, android, web

brishtiteveja commented 2 years ago

Great. I will check.

tibfox commented 2 years ago

For YouTube there's no solution currently...

Perhaps dart_vlc can do it since vlc can open the stream by simply using the YouTube url as stream url. Needs to get tested