Open mohammadinfo opened 1 week ago
same as #40 and #22 , ssl on win7 does not support this url. you can use ffmpeg built with gnu tls, for example https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z , add dlls from the package and remove ffmpeg-7.dll, then a different ffmpeg will be used.
The procedure entry point kernel32. WaitOnAddress could not be located in the dynamic link library api-ms-win-core-synch-11-2-0.dll.
What should I do when I run Windows 7? In Windows 10, that's right.
The procedure entry point kernel32. WaitOnAddress could not be located in the dynamic link library api-ms-win-core-synch-11-2-0.dll.
What error message do you see?
What should I do when I run Windows 7? In Windows 10, that's right.
flutter <= 3.19. what's your flutter version?
What error message do you see?
This is the error message: The procedure entry point kernel32. WaitOnAddress could not be located in the dynamic link library api-ms-win-core-synch-11-2-0.dll.
flutter <= 3.19. what's your flutter version?
Flutter (Channel stable, 3.16.9, on Microsoft Windows [Version 10.0.19045.5011]
WaitOnAddress requires win8 and later, can you check which exe or dll use this function?
I'm currently using this version: ffmpeg-6.0-full_build-shared and my issue is resolved. However, when I use the latest version, it gives me the error I mentioned.
You have to report to whom build ffmpeg. I see Essentials build compatible with Windows 7 or above. Full build requires at least Windows 10
in https://www.gyan.dev/ffmpeg/builds
Okay, thanks.
When I play the file offline on Windows 7, it works fine and plays. Here’s the log:
But when I try to play it online or with HLS, it doesn’t work and doesn’t respond. Here’s the log:
It works correctly on Windows 10 and 11, but there’s an issue on Windows 7.