Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Windows: Crashed on win7 #23

Open
fanchou opened this issue Feb 7, 2022 · 3 comments
Open

Windows: Crashed on win7 #23

fanchou opened this issue Feb 7, 2022 · 3 comments

Comments

@fanchou
Copy link

fanchou commented Feb 7, 2022

Win10 is normal.

flutter 2.8.1、2.10.0

release model

@alexmercerind
Copy link
Member

Only Windows 10 1803+ is supported.

@HJ29
Copy link

HJ29 commented Feb 8, 2022

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.

@alexmercerind
Copy link
Member

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants