jakky1
jakky1
About FLAC format, I tried [these flac file](https://samples-files.com/sample-flac-files/), and this package can play them. So I think the FLAC format is supported if K-lite codec installed. I also tried to...
@annd22, `narumi147` has pointed out the following 2 questions: ** flac audio not support K-lite codec pack support it, and he has clarified that he not installed K-lite codec pack...
@annd22, Thanks for the code patch. I try to fix it and upload to github. Please try it and let me know if it works in your case. ``` dependencies:...
Hi, I cannot find the symbols ``MFNETSOURCE_HTTP_REQUEST_HEADERS`` and ``MFCreateCredentialManager`` in your sample code above. BTW, please don't use ChatGPT without validation.
Yes there is a class called IMFHttpDownloadRequest. As [this page](https://learn.microsoft.com/en-us/windows/win32/api/mfidl/nn-mfidl-imfhttpdownloadrequest) mentioned, ``` Applications implement this interface to override the default implementation of the HTTP and HTTPS protocols used by Microsoft...
Hi, From ``video_player_win`` version 2.2.0, setVolume() only affects the specified VideoPlayerController. ( before 2.2.0, setVolume() affects all the other videos, but that's a bug, and fixed in 2.2.0 ) If...
On which OS the issues you mentioned occurs? If it occurs in Windows, could you please describe more details? If it occurs in MacOS, since I have no Mac devices,...
After ``video_player_win`` 2.2.0 (or 2.0.0), yes sometimes video doesn't play if you start more than 2 videos simultaneously. It is really a bug. However, I'm focus on other project now,...
Fixed. Only push to github ``` dependencies: video_player_win: git: url: https://github.com/jakky1/video_player_win.git ref: master ``` However, sometimes (3%, only occurs when open multiple videos at once) video not auto play (only...
I think I found the root cause about video freeze (maybe) I tried to open 100 times with each time open two 720p videos at the same time, and no...