ponnamkarthik / FlutterYoutube

Flutter Plugin to play youtube Videos
Apache License 2.0
126 stars 56 forks source link

no sound #55

Closed logemann closed 4 years ago

logemann commented 4 years ago

on latest iOS when running the examples, i dont get any sound. Apart from that, the useFullscreen is also not working.

TejaDroid commented 4 years ago

me also facing same issue in iPhone

JSWilProf commented 4 years ago

Me too! Flutter 1.17.5 • channel stable Dart 2.8.4 Xcode: 11.5.1 Swift: 5.2.4 iOS: 13.5.1 macOS: 10.15.5

ponnamkarthik commented 4 years ago

Hello @logemann @TejaDroid @JSWilProf Please use my new plugin which supports youtube for inline

ext_video_player

Thanks

shadyshrif commented 4 years ago

I had the same issue and I figured out the video was silent because the phone was in mute mode. I just added a note for users to unmute their phones to be able to hear video audio. I'm considering migration to ext_video_player but I just wanted to add the comment to tell you the reason that caused the issue