Questions tagged [podplayer]

4 questions
0
votes
1 answer

Flutter Pod player Shows Error while playing video message

I'm Using Flutter Pod player Now It shows message "Error While Playing Video" After Some times loading. App Log Shows As Below:- E/flutter (25708): #59 PodPlayerController._checkAndWaitTillInitialized…
0
votes
2 answers

Error while playing video in Flutter & POD player

I have education app created with Flutter and POD player the last release was published before 4 months, and every things was working fine till 4 days before suddenly when our students open the app every thing working fine, and all data recieved…
slackgate
  • 57
  • 2
  • 7
0
votes
0 answers

How to solve VidoePlayer PlatformException in flutter

I use preload_page_view and pod_player to show youtube shorts in my app. After 30-40 pages i get same exception : PlatformException (PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException:…
0
votes
1 answer

Flutter Pod Player Exception: Try to seek video from progress bar then audio will be distorted and video will get stuck

I am able to load the YouTube video but when I was trying to seek video from the progress bar like in progress bar, tap anywhere to seek the video then it will get stuck, and audio will be distorted. @override void initState() { …
Manish Tiwari
  • 1,806
  • 10
  • 42
  • 65