solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
519 stars 254 forks source link

Not working on iOS #384

Open AniketBynaric opened 1 year ago

AniketBynaric commented 1 year ago

Im using basic demo given by plugin. It is working on android but for iOS video is not playing, it not giving any issue. Does it support cast from iOS. I'm using simulator.

wengxianxun commented 1 year ago

so am i. i am using iphone11 device

wengxianxun commented 1 year ago

answer: _videoPlayerController!.play();

AniketBynaric commented 1 year ago

Thanks: @wengxianxun