You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
late final controller = PodPlayerController(
playVideoFrom: PlayVideoFrom.vimeo(widget.video.url),
podPlayerConfig: const PodPlayerConfig(autoPlay: false),
);
I am using this code for podplayer video. This video url work in browser but inside application not play and so an error: "this.playVideoFrom Instance of 'PlayVideoFrom'" & "VIMEO API ERROR: FormatException: Unexpected character (at character 1)"
The text was updated successfully, but these errors were encountered:
here still getting an error and not play a video:
FormatException: Unexpected character (at character 1)
===== VIMEO API ERROR: FormatException: Unexpected character (at character 1)
late final controller = PodPlayerController(
playVideoFrom: PlayVideoFrom.vimeo(widget.video.url),
podPlayerConfig: const PodPlayerConfig(autoPlay: false),
);
I am using this code for podplayer video. This video url work in browser but inside application not play and so an error: "this.playVideoFrom Instance of 'PlayVideoFrom'" & "VIMEO API ERROR: FormatException: Unexpected character (at character 1)"
The text was updated successfully, but these errors were encountered: