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
35 stars 11 forks source link

V1.1.6 V2.0.0 V2.2.0 V2.2.2 Windows 7 is not supported #11

Closed jianhuaz closed 1 year ago

jianhuaz commented 1 year ago

V1.1.6 V2.0.0 V2.2.0 V2.2.2 Windows 7 is not supported

jakky1 commented 1 year ago

Please try to play a simple MP3 audio file.

If you can't play an MP3 audio file in Windows 7, then this package not support Windows 7. I have no Windows 7 to debug on it... :(

jianhuaz commented 1 year ago

When I try to start software: The procedure entry point MFPutWaitingWorkItem could not be located in the dynamic link library MFPlat.DLL. windows 7.

jakky1 commented 1 year ago

Thanks for the information.

However, the related code is copy from Microsoft sample code, and I cannot find a simple way to rewrite that, and since Microsoft stop supporting Windows 7 after 2020/01, so I won't try to fix it... :(