abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
142 stars 71 forks source link

web return from fullscreen throws error #51

Closed abdelaziz-mahdy closed 1 year ago

abdelaziz-mahdy commented 1 year ago

web return from fullscreen throws error and results in a black video player

abdelaziz-mahdy commented 1 year ago

error fixed, but when going back from full screen the video_player is dark, guess its a video_player bug

sanjayajena37 commented 1 year ago

Facing same error

sanjayajena37 commented 1 year ago

Please resolve it

abdelaziz-mahdy commented 1 year ago

I am trying to do it, and I figured out a fix but it didn't work 😢 ,So I will try again since you guys has the same problem

sanjayajena37 commented 1 year ago

Hi @zezo357. Thanks for your response. Am waiting for your resolution.

Suggestion: if possible try to implement multiple audio track in this player.

Like English, Hindi etc.

abdelaziz-mahdy commented 1 year ago

Hi @zezo357. Thanks for your response. Am waiting for your resolution.

Suggestion: if possible try to implement multiple audio track in this player.

Like English, Hindi etc.

Sadly, video_player doesn't support that, meanwhile media_kit does

You can use my flutter_meedu_media_kit and use media_kit functions, if you don't need my controls you can use media_kit directly they have controls too.

abdelaziz-mahdy commented 1 year ago

4.2.16 fixes the web black screen.

sanjayajena37 commented 1 year ago

Thanks buddy😇