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
102 stars 182 forks source link

Some Vimeo videos have no audio #195

Open robisaks opened 5 months ago

robisaks commented 5 months ago

Playing this video in pod_player (iOS and Android) results in no audio. However it the audio works fine in the browser. https://vimeo.com/819885459

Another video I tested just crashes the app when trying to play on iOS. https://vimeo.com/265111898

JAYTARPARA commented 5 months ago

@robisaks See this if it can help you - https://github.com/newtaDev/pod_player/issues/188

AkibSiddiki commented 5 months ago

After some debugging, I discovered that it only plays Vimeo videos with audio that have permission to be downloaded. image