libwinmedia
libwinmedia copied to clipboard
Windows: Crashed on win7
Win10 is normal.
flutter 2.8.1、2.10.0
release model
Only Windows 10 1803+ is supported.
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.
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).