libwinmedia icon indicating copy to clipboard operation
libwinmedia copied to clipboard

Windows: Crashed on win7

Open fanchou opened this issue 3 years ago • 3 comments

Win10 is normal.

flutter 2.8.1、2.10.0

release model

fanchou avatar Feb 07 '22 10:02 fanchou

Only Windows 10 1803+ is supported.

alexmercerind avatar Feb 07 '22 10:02 alexmercerind

Is it even possible to make it work with windows 7? I have no experience with c++ and windows 7 software development but i am willing to give it a try. anyone have an idea can kindly point me a direction so I can make a fork or pull request, thanks.

HJ29 avatar Feb 08 '22 12:02 HJ29

The only reason this library is just ~250 kB is because it uses the modern WinRT APIs (through C++/WinRT projection). There is no way to call those in earlier Windows versions. Other alternative way can be to use wmp.h or WASAPI directly to write everything from scratch (which means create another FFmpeg or VLC equivalent from scratch, obviously noone can do that).

alexmercerind avatar Feb 08 '22 12:02 alexmercerind