jakky1 / video_player_win

Flutter video player for Windows, lightweight, using Windows built-in Media Foundation API. Windows implementation of the video_player plugin.
BSD 3-Clause "New" or "Revised" License
29 stars 10 forks source link

Error in multi-monitor configuration #25

Open DovgopolsSerj opened 7 months ago

DovgopolsSerj commented 7 months ago

When the application is transferred between monitors, the image freezes. But the player continues to work. The sound doesn't stop.

jakky1 commented 7 months ago

I have no multiple monitors to reproduce this issue, so I have no way to debug & fix it ... :(

jakky1 commented 7 months ago

By the way, when you google "windows video player multiple monitors", there are some related discussions tell you how to use 3rd-party apps to do it.

I think, generally speaking, Microsoft Windows not support video player cross between two monitors.

Please try to do the same thing with your favorite video player (ex. vlc, Windows Media Player). Is it possible for these video players to cross between monitors ? If not, of course this package cannot do it.

DovgopolsSerj commented 7 months ago

I have not encountered any problems with this on other players. If you use the media_kit package, there is no problem with this either. https://pub.dev/packages/media_kit Unfortunately, he's having terrible memory leak problems right now.

jakky1 commented 7 months ago

Maybe you can try the old version video_player_win: 1.1.6 However, the old version doesn't support GPU hardware-accelaration.