Code Monkey home page Code Monkey logo

Comments (29)

umadgen avatar umadgen commented on May 28, 2024 1

I delete and restart, the exception does not appear anymore, but still flicker, i test all videos on the right side, you want video of this ?

E:\temp\media_kit-master\media_kit\media_kit_test>flutter run -d windows
Launching lib\main.dart on Windows in debug mode...
Building Windows application...                                         
Syncing files to device Windows...                                 209ms

Flutter run key commands.
r Hot reload. 
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

 Running with sound null safety 

An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:52436/mw7PO8UfmdQ=/
The Flutter DevTools debugger and profiler on Windows is available at: http://127.0.0.1:9102?uri=http://127.0.0.1:52436/mw7PO8UfmdQ=/
media_kit: VideoOutput: Using H/W rendering.
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Resize: 1280 720
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Texture ID: 1130536671760
flutter: VideoOutput.Resize
flutter: {handle: 1130292638768, id: 1130536671760, rect: {bottom: 720, left: 0, right: 1280, top: 0}}
d:\a01\_work\12\s\src\vctools\crt\github\stl\src\mutex.cpp(64): mutex destroyed while busy
Lost connection to device.

Don't mind about last lines, i force shutdown

from media-kit.

umadgen avatar umadgen commented on May 28, 2024 1

This is my config :
RTX 3080 TI with double screen : 1440p and 1080p on directx12
Ryzen 5 3600
Windows 11

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024 1

I'll get back.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024 1

std::mutex from Windows' MSVC is retarded.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024 1

I'm familiar with this problem. You can read this comment:

https://github.com/alexmercerind/media_kit/blob/210006b37bfd5bc5f45b81d83cdfbf5732a16716/media_kit_native_event_loop/src/media_kit_native_event_loop.cc#L118-L130

It's very-very rare situation which happens on Windows. I experience it once a week probably.

Not sure what is a good solution because:

  1. The bug is very rare.
  2. The code & implementation is correct & std::thread is std::thread::join-ed before destroying mutex.

I just increased the delay in new version, wait for new release.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Hi @umadgen, I think you need to be on the master channel presently.

The package makes use of this new API: flutter/engine#29294. I think it's not on stable channel yet.
Although, this is not necessary to have. I can make changes to not require this.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

However, this seems landed in October 2021, quite old.

from media-kit.

umadgen avatar umadgen commented on May 28, 2024

I switched to beta channel and the app launches thank's :) ! But all the video in the example app flicker.

I got one exception at app start :

══╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞═════════════════════════════════════════════════════════ The following assertion was thrown during a scheduler callback: 'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 829 pos 12: 'elapsedInSeconds >= 0.0': is not true.

Maybe i have to wait more updates, or you want another issue to track this ?

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Share complete logs. I don't even have any AnimationController in the UI.
Flicker? Did you play any videos on the right side?

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

What is your Graphics Adapter?

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

dxdiag.exe

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

On my device, I recall 4K 60 FPS flickering black rarely, normal 1080p etc. videos had no flicker. I'll see.
I'm not much expert in DirectX/OpenGL programming.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Now I've removed that API usage. It'll work on stable channel.
Raised #10 for flicker issue.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

You can also try running again, I did change some other configuration too.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Make sure to clone fresh or pull.

from media-kit.

umadgen avatar umadgen commented on May 28, 2024

Hello !
I can't run the project, i fresh clone it twice and same error :

D:\media_kit-master\media_kit_test>flutter run -d windows
Running "flutter pub get" in media_kit_test... 1 710ms
Launching lib\main.dart on Windows in debug mode...
D:\media_kit-master\media_kit_test\windows\flutter\ephemeral.plugin_symlinks\media_kit_core_video\windows\angle_surface_manager.h(15,10): fatal error C1083: Impossible d'ouvrir le fichier include�: 'EGL/egl.h'�: No such file or directory [D:\media_kit-master\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plugin.vcxproj]
D:\media_kit-master\media_kit_test\windows\flutter\ephemeral.plugin_symlinks\media_kit_core_video\windows\video_output.h(14,10): fatal error C1083: Impossible d'ouvrir le fichier include�: 'client.h'�: No such file or directory [D:\media_kit-master\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plugin.vcxproj]
D:\media_kit-master\media_kit_test\windows\flutter\ephemeral.plugin_symlinks\media_kit_core_video\windows\video_output.h(14,10): fatal error C1083: Impossible d'ouvrir le fichier include�: 'client.h'�: No such file or directory [D:\media_kit-master\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plugin.vcxproj]
D:\media_kit-master\media_kit_test\windows\flutter\ephemeral.plugin_symlinks\media_kit_core_video\windows\video_output.h(14,10): fatal error C1083: Impossible d'ouvrir le fichier include�: 'client.h'�: No such file or directory [D:\media_kit-master\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plugin.vcxproj]
D:\media_kit-master\media_kit_test\windows\flutter\ephemeral.plugin_symlinks\media_kit_core_video\windows\video_output.h(14,10): fatal error C1083: Impossible d'ouvrir le fichier include�: 'client.h'�: No such file or directory [D:\media_kit-master\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plugin.vcxproj]
Building Windows application...
Exception: Build process failed.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Hi @umadgen,

I'm able to compile the project just fine. The project downloads two archives from GitHub, make sure you have proper internet connection. A flutter clean may also resolve this issue.

Adding my verbose logs.

C:\Users\Hitesh\Desktop>git clone https://github.com/alexmercerind/media_kit.git
Cloning into 'media_kit'...
remote: Enumerating objects: 1390, done.
remote: Counting objects: 100% (1076/1076), done.
remote: Compressing objects: 100% (451/451), done.
remote: Total 1390 (delta 671), reused 992 (delta 612), pack-reused 314R
Receiving objects: 100% (1390/1390), 22.10 MiB | 10.98 MiB/s, done.
Resolving deltas: 100% (837/837), done.

C:\Users\Hitesh\Desktop>cd media_kit

C:\Users\Hitesh\Desktop\media_kit>cd *test

C:\Users\Hitesh\Desktop\media_kit\media_kit_test>flutter pub get
Running "flutter pub get" in media_kit_test...                      3.9s
Resolving dependencies...
+ async 2.10.0
+ boolean_selector 2.1.1
+ characters 1.2.1
+ clock 1.1.1
+ collection 1.17.0
+ fake_async 1.3.1
+ ffi 2.0.1
+ file_picker 5.2.4
+ flutter 0.0.0 from sdk flutter
+ flutter_lints 2.0.1
+ flutter_plugin_android_lifecycle 2.0.7
+ flutter_test 0.0.0 from sdk flutter
+ flutter_web_plugins 0.0.0 from sdk flutter
+ http 0.13.5
+ http_parser 4.0.2
+ js 0.6.5 (0.6.6 available)
+ lints 2.0.1
+ matcher 0.12.13 (0.12.14 available)
+ material_color_utilities 0.2.0
+ media_kit 0.0.1 from path ..\media_kit
+ media_kit_core_video 0.0.1 from path ..\media_kit_core_video
+ meta 1.8.0
+ path 1.8.2 (1.8.3 available)
+ plugin_platform_interface 2.1.3
+ safe_local_storage 1.0.0
+ sky_engine 0.0.99 from sdk flutter
+ source_span 1.9.1
+ stack_trace 1.11.0
+ stream_channel 2.1.1
+ string_scanner 1.1.1 (1.2.0 available)
+ synchronized 3.0.0+3
+ term_glyph 1.2.1
+ test_api 0.4.15 (0.4.17 available)
+ typed_data 1.3.1
+ uri_parser 1.0.0
+ vector_math 2.1.4
+ win32 3.1.3
Changed 37 dependencies!

C:\Users\Hitesh\Desktop\media_kit\media_kit_test>flutter run --verbose
[  +18 ms] executing: [C:\Flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +95 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 92f10ed712e4731e9390b45b74dfcf42d5642b94
[        ] executing: [C:\Flutter/] git tag --points-at 92f10ed712e4731e9390b45b74dfcf42d5642b94
[ +128 ms] Exit code 0 from: git tag --points-at 92f10ed712e4731e9390b45b74dfcf42d5642b94
[   +3 ms] executing: [C:\Flutter/] git describe --match *.*.* --long --tags 92f10ed712e4731e9390b45b74dfcf42d5642b94
[ +439 ms] Exit code 0 from: git describe --match *.*.* --long --tags 92f10ed712e4731e9390b45b74dfcf42d5642b94
[   +4 ms] 3.5.0-11.0.pre-175-g92f10ed712
[  +21 ms] executing: [C:\Flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[  +76 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] origin/master
[        ] executing: [C:\Flutter/] git ls-remote --get-url origin
[  +74 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +111 ms] executing: [C:\Flutter/] git rev-parse --abbrev-ref HEAD
[  +83 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +3 ms] master
[  +84 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[   +7 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +99 ms] executing: C:\Users\Hitesh\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l
[ +405 ms] List of devices attached
[  +10 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +8 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +124 ms] Skipping pub get: version match.
[  +48 ms] Found plugin file_picker at C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\file_picker-5.2.4\
[  +10 ms] Found plugin flutter_plugin_android_lifecycle at
C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.7\
[  +36 ms] Found plugin media_kit_core_video at C:\Users\Hitesh\Desktop\media_kit\media_kit_core_video\
[  +37 ms] Found plugin file_picker at C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\file_picker-5.2.4\
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at
C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.7\
[  +35 ms] Found plugin media_kit_core_video at C:\Users\Hitesh\Desktop\media_kit\media_kit_core_video\
[ +165 ms] Initializing file store
[  +18 ms] Skipping target: gen_localizations
[   +8 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have
updated contents: C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\package_config_subset}
[  +28 ms] Found plugin file_picker at C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\file_picker-5.2.4\
[   +3 ms] Found plugin flutter_plugin_android_lifecycle at
C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.7\
[  +22 ms] Found plugin media_kit_core_video at C:\Users\Hitesh\Desktop\media_kit\media_kit_core_video\
[   +5 ms] gen_dart_plugin_registrant: Complete
[   +3 ms] _composite: Starting due to {}
[        ] _composite: Complete
[   +5 ms] complete
[  +10 ms] Launching lib\main.dart on Windows in debug mode...
[   +6 ms] C:\Flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\Flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root
C:\Flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\Hitesh\AppData\Local\Temp\flutter_tools.2b5f7206\flutter_tool.88d6b01f\app.dill --packages
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\package_config.json -Ddart.vm.profile=false
-Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root
--initialize-from-dill build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --verbosity=error
--flutter-widget-cache --enable-experiment=alternative-invalidation-strategy
[  +37 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products *
-utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop
Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[  +72 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json
-products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop
Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[   +1 ms] [
             {
               "instanceId": "48e40859",
               "installDate": "2022-01-15T11:54:31Z",
               "installationName": "VisualStudio/17.0.5+32112.339",
               "installationPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community",
               "installationVersion": "17.0.32112.339",
               "productId": "Microsoft.VisualStudio.Product.Community",
               "productPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe",
               "state": 4294967295,
               "isComplete": true,
               "isLaunchable": true,
               "isPrerelease": false,
               "isRebootRequired": false,
               "displayName": "Visual Studio Community 2022",
               "description": "Powerful IDE, free for students, open-source contributors, and individuals",
               "channelId": "VisualStudio.17.Release",
               "channelUri": "https://aka.ms/vs/17/release/channel",
               "enginePath": "C:\\Program Files (x86)\\Microsoft Visual
               Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service",
               "releaseNotes":
               "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.0#17.0.5",
               "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=661288",
               "updateDate": "2022-01-15T11:54:31.7636875Z",
               "catalog": {
                 "buildBranch": "d17.0",
                 "buildVersion": "17.0.32112.339",
                 "id": "VisualStudio/17.0.5+32112.339",
                 "localBuild": "build-lab",
                 "manifestName": "VisualStudio",
                 "manifestType": "installer",
                 "productDisplayVersion": "17.0.5",
                 "productLine": "Dev17",
                 "productLineVersion": "2022",
                 "productMilestone": "RTW",
                 "productMilestoneIsPreRelease": "False",
                 "productName": "Visual Studio",
                 "productPatchVersion": "5",
                 "productPreReleaseMilestoneSuffix": "1.0",
                 "productSemanticVersion": "17.0.5+32112.339",
                 "requiredEngineVersion": "3.0.4496.34889"
               },
               "properties": {
                 "campaignId": "79885894700",
                 "canceled": "0",
                 "channelManifestId": "VisualStudio.17.Release/17.0.5+32112.339",
                 "nickname": "",
                 "setupEngineFilePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe"
               }
             }
           ]
[   +4 ms] Building Windows application...
[  +34 ms] <- compile package:media_kit_test/main.dart
[ +193 ms] executing: C:\Program Files\Microsoft Visual
Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows -B build\windows -G Visual Studio 17 2022
[+1648 ms] -- Selecting Windows SDK version 10.0.20348.0 to target Windows 10.0.22621.
[+4485 ms] -- The CXX compiler identification is MSVC 19.30.30709.0
[ +205 ms] -- Detecting CXX compiler ABI info
[+1913 ms] -- Detecting CXX compiler ABI info - done
[   +5 ms] -- Check for working CXX compiler: C:/Program Files/Microsoft Visual
Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
[   +3 ms] -- Detecting CXX compile features
[   +5 ms] -- Detecting CXX compile features - done
[  +40 ms] -- Downloading mpv-dev.7z...
[+6258 ms] -- Downloaded mpv-dev.7z...
[  +89 ms] -- mpv-dev.7z verification successful.
[   +3 ms] -- Extracting mpv-dev.7z...
[        ] -- Downloading ANGLE.7z...
[+4492 ms] -- Downloaded ANGLE.7z...
[  +42 ms] -- ANGLE.7z verification successful.
[        ] -- Extracting ANGLE.7z...
[   +9 ms] -- Configuring done
[ +336 ms] -- Generating done
[  +16 ms] -- Build files have been written to: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows
[  +17 ms] executing: C:\Program Files\Microsoft Visual
Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build build\windows --config
Debug --target INSTALL --verbose
[ +823 ms] Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Framework
[   +1 ms] Copyright (C) Microsoft Corporation. All rights reserved.
[ +123 ms] Build started 03/01/2023 01:25:22.
[ +442 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\INSTALL.vcxproj" on node 1 (default
targets).
[   +2 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\INSTALL.vcxproj" (1) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
[   +2 ms] PrepareForBuild:
[        ]   Creating directory "x64\Debug\ZERO_CHECK\".
[   +5 ms]   Creating directory "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\".
[  +14 ms] InitializeBuildStatus:
[        ]   Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ +138 ms] CustomBuild:
[        ]   Checking Build System
[ +163 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
[        ]   Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
[        ] Done Building Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ZERO_CHECK.vcxproj"
(default targets).
[ +237 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\INSTALL.vcxproj" (1) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
[   +6 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_ANGL
E_EXTRACT.vcxproj" (4) on node 1 (default targets).
[   +2 ms] PrepareForBuild:
[  +22 ms]   Creating directory "x64\Debug\media_kit_core_video_ANGLE_EXTRACT\".
[  +28 ms]   Creating directory "x64\Debug\media_kit_core_video_ANGLE_EXTRACT\media_ki.C136FE70.tlog\".
[  +56 ms] InitializeBuildStatus:
[  +15 ms]   Creating "x64\Debug\media_kit_core_video_ANGLE_EXTRACT\media_ki.C136FE70.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[+1085 ms] CustomBuild:
[        ]   Building Custom Rule
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/.plugin_symlinks/media_kit_core_video/windo
ws/CMakeLists.txt
[  +71 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\media_kit_core_video_ANGLE_EXTRACT\media_ki.C136FE70.tlog\unsuccessfulbuild".
[        ]   Touching
"x64\Debug\media_kit_core_video_ANGLE_EXTRACT\media_ki.C136FE70.tlog\media_kit_core_video_ANGLE_EXTRACT.lastbuildstate
".
[   +1 ms] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_ANGL
E_EXTRACT.vcxproj" (default targets).
[  +32 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_LIBM
PV_EXTRACT.vcxproj" (5) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Creating directory "x64\Debug\media_kit_core_video_LIBMPV_EXTRACT\".
[   +1 ms]   Creating directory "x64\Debug\media_kit_core_video_LIBMPV_EXTRACT\media_ki.6D2C696C.tlog\".
[   +2 ms] InitializeBuildStatus:
[        ]   Creating "x64\Debug\media_kit_core_video_LIBMPV_EXTRACT\media_ki.6D2C696C.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[+1851 ms] CustomBuild:
[        ]   Building Custom Rule
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/.plugin_symlinks/media_kit_core_video/windo
ws/CMakeLists.txt
[  +68 ms] FinalizeBuildStatus:
[   +1 ms]   Deleting file "x64\Debug\media_kit_core_video_LIBMPV_EXTRACT\media_ki.6D2C696C.tlog\unsuccessfulbuild".
[        ]   Touching
"x64\Debug\media_kit_core_video_LIBMPV_EXTRACT\media_ki.6D2C696C.tlog\media_kit_core_video_LIBMPV_EXTRACT.lastbuildsta
te".
[        ] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_LIBM
PV_EXTRACT.vcxproj" (default targets).
[  +68 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_wrapper_app.vcxproj" (6) on node 1
(default targets).
[        ] Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_wrapper_app.vcxproj" (6) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_assemble.vcxproj" (7) on node 1
(default targets).
[   +1 ms] PrepareForBuild:
[        ]   Creating directory "x64\Debug\flutter_assemble\".
[   +2 ms]   Creating directory "x64\Debug\flutter_assemble\flutter_assemble.tlog\".
[   +9 ms] InitializeBuildStatus:
[        ]   Creating "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild" because "AlwaysCreate" was
specified.
[   +3 ms] ComputeCustomBuildOutput:
[        ]   Creating directory
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\".
[   +7 ms] CustomBuild:
[        ]   "The build of
'C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\CMakeFiles\a131c2febd162e2401e6ec3f8cb50c68\flutter_as
semble.rule' depends on
'C:\USERS\HITESH\DESKTOP\MEDIA_KIT\MEDIA_KIT_TEST\WINDOWS\FLUTTER\EPHEMERAL\FLUTTER_WINDOWS.DLL' which is produced by
the build of
'C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\CMakeFiles\9c0384833151bb0de963bcdfd661e976\flutter_wi
ndows.dll.rule'. The items cannot be built in parallel."
[  +49 ms]   Generating
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/flutter_windows.dll,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/flutter_export.h,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/flutter_windows.h,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/flutter_messenger.h,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/flutter_plugin_registrar.h,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/flutter_texture_registrar.h,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc,
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.
cc, _phony_
[ +850 ms]   [  +21 ms] executing: [C:\Flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +113 ms]   [ +142 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +1 ms]   [        ] 92f10ed712e4731e9390b45b74dfcf42d5642b94
[        ]   [        ] executing: [C:\Flutter/] git tag --points-at 92f10ed712e4731e9390b45b74dfcf42d5642b94
[ +305 ms]   [ +306 ms] Exit code 0 from: git tag --points-at 92f10ed712e4731e9390b45b74dfcf42d5642b94
[   +2 ms]   [   +2 ms] executing: [C:\Flutter/] git describe --match *.*.* --long --tags
92f10ed712e4731e9390b45b74dfcf42d5642b94
[ +330 ms]   [ +331 ms] Exit code 0 from: git describe --match *.*.* --long --tags
92f10ed712e4731e9390b45b74dfcf42d5642b94
[   +1 ms]   [        ] 3.5.0-11.0.pre-175-g92f10ed712
[  +20 ms]   [  +20 ms] executing: [C:\Flutter/] git rev-parse --abbrev-ref HEAD
[  +90 ms]   [  +90 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[   +1 ms]   [        ] master
[  +53 ms]   [  +56 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +3 ms]   [   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +147 ms]   [ +149 ms] executing: [C:\Flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[  +91 ms]   [  +89 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[   +1 ms]   [        ] origin/master
[        ]   [        ] executing: [C:\Flutter/] git ls-remote --get-url origin
[  +77 ms]   [  +80 ms] Exit code 0 from: git ls-remote --get-url origin
[        ]   [        ] https://github.com/flutter/flutter.git
[        ]   [        ] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[   +1 ms]   [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[   +1 ms]   [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[   +1 ms]   [   +3 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[   +1 ms]   [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[   +1 ms]   [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +52 ms]   [  +56 ms] Initializing file store
[  +33 ms]   [  +33 ms] Skipping target: gen_localizations
[  +17 ms]   [  +17 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following
inputs have updated contents: C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\package_config_subset}
[   +6 ms]   [   +6 ms] unpack_windows: Starting due to {}
[ +839 ms]   [ +840 ms] unpack_windows: Complete
[+4056 ms]   [+4056 ms] Found plugin file_picker at
C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\file_picker-5.2.4\
[  +10 ms]   [  +10 ms] Found plugin flutter_plugin_android_lifecycle at
C:\Users\Hitesh\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.7\
[  +36 ms]   [  +36 ms] Found plugin media_kit_core_video at C:\Users\Hitesh\Desktop\media_kit\media_kit_core_video\
[  +10 ms]   [  +10 ms] gen_dart_plugin_registrant: Complete
[   +2 ms]   [   +2 ms] kernel_snapshot: Starting due to {}
[  +14 ms]   [  +13 ms] C:\Flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\Flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root
C:\Flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies
-DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --packages C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\package_config.json
--output-dill
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\flutter_build\5ee737fad5f21084b8a3b0f503614555\app.dill
--depfile
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\flutter_build\5ee737fad5f21084b8a3b0f503614555\kernel_snap
shot.d --incremental --initialize-from-dill
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\.dart_tool\flutter_build\5ee737fad5f21084b8a3b0f503614555\app.dill
--verbosity=error package:media_kit_test/main.dart
[+20545 ms]   [+20544 ms] kernel_snapshot: Complete
[+1500 ms]   [+1501 ms] debug_bundle_windows_assets: Starting due to {}
[+1102 ms]   [+1102 ms] debug_bundle_windows_assets: Complete
[+1709 ms]   [+1708 ms] Persisting file store
[  +22 ms]   [  +22 ms] Done persisting file store
[  +10 ms]   [  +10 ms] build succeeded.
[  +15 ms]   [  +15 ms] "flutter assemble" took 30,457ms.
[ +263 ms]   [ +263 ms] ensureAnalyticsSent: 255ms
[        ]   [        ] Running 0 shutdown hooks
[        ]   [        ] Shutdown hooks complete
[        ]   [        ] exiting with code 0
[  +75 ms]   Building Custom Rule C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/CMakeLists.txt
[+1608 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild".
[        ]   Touching "x64\Debug\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate".
[        ] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_assemble.vcxproj" (default targets).
[   +6 ms] PrepareForBuild:
[        ]   Creating directory "flutter_wrapper_app.dir\Debug\".
[   +4 ms]   Creating directory "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\".
[  +48 ms]   Creating directory "flutter_wrapper_app.dir\Debug\flutter_.0D2C0ADE.tlog\".
[        ] InitializeBuildStatus:
[        ]   Creating "flutter_wrapper_app.dir\Debug\flutter_.0D2C0ADE.tlog\unsuccessfulbuild" because "AlwaysCreate"
was specified.
[  +69 ms] CustomBuild:
[        ]   Building Custom Rule C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/CMakeLists.txt
[ +214 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe
/c /IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\include
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral /Zi /nologo /W4 /WX /diagnostics:column
/Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D UNICODE /D _UNICODE /D
"CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17
/Fo"flutter_wrapper_app.dir\Debug\\"
/Fd"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\flutter_wrapper_app.pdb" /external:W4
/Gd /TP /wd4100 /errorReport:queue
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.
cc
[ +786 ms]   core_implementations.cc
[+2013 ms]   standard_codec.cc
[+1806 ms]   flutter_engine.cc
[+2132 ms]   flutter_view_controller.cc
[+1591 ms]   Generating Code...
[ +433 ms] Lib:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\Lib.exe
/OUT:"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\flutter_wrapper_app.lib" /NOLOGO
/MACHINE:X64  /machine:x64 flutter_wrapper_app.dir\Debug\core_implementations.obj
[        ]   flutter_wrapper_app.dir\Debug\standard_codec.obj
[        ]   flutter_wrapper_app.dir\Debug\flutter_engine.obj
[        ]   flutter_wrapper_app.dir\Debug\flutter_view_controller.obj
[ +926 ms]   flutter_wrapper_app.vcxproj ->
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\flutter_wrapper_app.lib
[  +36 ms] FinalizeBuildStatus:
[        ]   Deleting file "flutter_wrapper_app.dir\Debug\flutter_.0D2C0ADE.tlog\unsuccessfulbuild".
[        ]   Touching "flutter_wrapper_app.dir\Debug\flutter_.0D2C0ADE.tlog\flutter_wrapper_app.lastbuildstate".
[   +1 ms] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_wrapper_app.vcxproj" (default
targets).
[  +49 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (8) on node 1
(default targets).
[        ] PrepareForBuild:
[        ]   Creating directory "flutter_wrapper_plugin.dir\Debug\".
[   +4 ms]   Creating directory "flutter_wrapper_plugin.dir\Debug\flutter_.5E8C4DDC.tlog\".
[   +3 ms] InitializeBuildStatus:
[        ]   Creating "flutter_wrapper_plugin.dir\Debug\flutter_.5E8C4DDC.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[  +49 ms] CustomBuild:
[   +1 ms]   Building Custom Rule C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/CMakeLists.txt
[  +59 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe
/c /IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\include
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral /Zi /nologo /W4 /WX /diagnostics:column
/Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D UNICODE /D _UNICODE /D
"CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17
/Fo"flutter_wrapper_plugin.dir\Debug\\"
/Fd"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\flutter_wrapper_plugin.pdb"
/external:W4 /Gd /TP /wd4100 /errorReport:queue
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc
[  +55 ms]   core_implementations.cc
[ +843 ms]   standard_codec.cc
[+1374 ms]   plugin_registrar.cc
[ +850 ms]   Generating Code...
[ +340 ms] Lib:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\Lib.exe
/OUT:"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\flutter_wrapper_plugin.lib" /NOLOGO
/MACHINE:X64  /machine:x64 flutter_wrapper_plugin.dir\Debug\core_implementations.obj
[        ]   flutter_wrapper_plugin.dir\Debug\standard_codec.obj
[        ]   flutter_wrapper_plugin.dir\Debug\plugin_registrar.obj
[  +98 ms]   flutter_wrapper_plugin.vcxproj ->
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\Debug\flutter_wrapper_plugin.lib
[   +7 ms] FinalizeBuildStatus:
[        ]   Deleting file "flutter_wrapper_plugin.dir\Debug\flutter_.5E8C4DDC.tlog\unsuccessfulbuild".
[        ]   Touching "flutter_wrapper_plugin.dir\Debug\flutter_.5E8C4DDC.tlog\flutter_wrapper_plugin.lastbuildstate".
[        ] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (default
targets).
[  +43 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plug
in.vcxproj" (9) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Creating directory "media_kit_core_video_plugin.dir\Debug\".
[   +2 ms]   Creating directory
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\Debug\".
[        ]   Creating directory "media_kit_core_video_plugin.dir\Debug\media_ki.0F5BB99F.tlog\".
[   +2 ms] InitializeBuildStatus:
[        ]   Creating "media_kit_core_video_plugin.dir\Debug\media_ki.0F5BB99F.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
[  +39 ms] CustomBuild:
[        ]   Building Custom Rule
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/flutter/ephemeral/.plugin_symlinks/media_kit_core_video/windo
ws/CMakeLists.txt
[  +57 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe
/c /IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\libmpv\include
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ANGLE\include
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\include /Zi /nologo
/W4 /WX /diagnostics:column /Od /Ob0 /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D
_DEBUG /D FLUTTER_PLUGIN_IMPL /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /D
media_kit_core_video_plugin_EXPORTS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR
/std:c++17 /Fo"media_kit_core_video_plugin.dir\Debug\\" /Fd"media_kit_core_video_plugin.dir\Debug\vc143.pdb"
/external:W4 /Gd /TP /wd4100 /errorReport:queue
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\windo
ws\angle_surface_manager.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\windo
ws\media_kit_core_video_plugin_c_api.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\windo
ws\media_kit_core_video_plugin.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\windo
ws\video_output_manager.cc
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\windo
ws\video_output.cc
[  +60 ms]   angle_surface_manager.cc
[+1395 ms]   media_kit_core_video_plugin_c_api.cc
[+2012 ms]   media_kit_core_video_plugin.cc
[+2437 ms]   video_output_manager.cc
[+2584 ms]   video_output.cc
[+2425 ms]   Generating Code...
[ +683 ms] Link:
[        ]   C:\Program Files\Microsoft Visual
Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE
/OUT:"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\Debug\media_kit_core
_video_plugin.dll" /INCREMENTAL /ILK:"media_kit_core_video_plugin.dir\Debug\media_kit_core_video_plugin.ilk" /NOLOGO
..\..\flutter\Debug\flutter_wrapper_plugin.lib ..\..\libmpv\libmpv.dll.a ..\..\ANGLE\lib\libEGL.dll.lib
..\..\ANGLE\lib\libGLESv2.dll.lib
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\flutter_windows.dll.lib kernel32.lib
user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG
/PDB:"C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/plugins/media_kit_core_video/Debug/media_kit_core
_video_plugin.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/plugins/media_kit_core_video/Debug/media_kit_c
ore_video_plugin.lib" /MACHINE:X64 /pdbthreads:4  /machine:x64 /DLL
media_kit_core_video_plugin.dir\Debug\angle_surface_manager.obj
[   +1 ms]   media_kit_core_video_plugin.dir\Debug\media_kit_core_video_plugin_c_api.obj
[        ]   media_kit_core_video_plugin.dir\Debug\media_kit_core_video_plugin.obj
[        ]   media_kit_core_video_plugin.dir\Debug\video_output_manager.obj
[        ]   media_kit_core_video_plugin.dir\Debug\video_output.obj
[ +157 ms]      Creating library
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/plugins/media_kit_core_video/Debug/media_kit_core_video
_plugin.lib and object
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/plugins/media_kit_core_video/Debug/media_kit_core_video
_plugin.exp
[ +636 ms]   media_kit_core_video_plugin.vcxproj ->
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\Debug\media_kit_core_video
_plugin.dll
[  +13 ms] FinalizeBuildStatus:
[        ]   Deleting file "media_kit_core_video_plugin.dir\Debug\media_ki.0F5BB99F.tlog\unsuccessfulbuild".
[   +1 ms]   Touching
"media_kit_core_video_plugin.dir\Debug\media_ki.0F5BB99F.tlog\media_kit_core_video_plugin.lastbuildstate".
[   +2 ms] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\plugins\media_kit_core_video\media_kit_core_video_plug
in.vcxproj" (default targets).
[  +48 ms] Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj" (3) is building
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\runner\media_kit_test.vcxproj" (10) on node 1 (default
targets).
[        ] PrepareForBuild:
[        ]   Creating directory "media_kit_test.dir\Debug\".
[   +1 ms]   Creating directory "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\runner\Debug\".
[        ]   Creating directory "media_kit_test.dir\Debug\media_kit_test.tlog\".
[   +2 ms] InitializeBuildStatus:
[        ]   Creating "media_kit_test.dir\Debug\media_kit_test.tlog\unsuccessfulbuild" because "AlwaysCreate" was
specified.
[  +44 ms] CustomBuild:
[        ]   Building Custom Rule C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/runner/CMakeLists.txt
[  +63 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe
/c /IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\include
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\win
dows\include /Zi /nologo /W4 /WX /diagnostics:column /Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D
_HAS_EXCEPTIONS=0 /D _DEBUG /D "FLUTTER_VERSION=\"1.0.0\"" /D FLUTTER_VERSION_MAJOR=1 /D FLUTTER_VERSION_MINOR=0 /D
FLUTTER_VERSION_PATCH=0 /D FLUTTER_VERSION_BUILD=0 /D NOMINMAX /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /Gm-
/EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"media_kit_test.dir\Debug\\"
/Fd"media_kit_test.dir\Debug\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\runner\flutter_window.cpp
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\runner\main.cpp
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\runner\utils.cpp
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\runner\win32_window.cpp
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\generated_plugin_registrant.cc
[  +56 ms]   flutter_window.cpp
[+1330 ms]   main.cpp
[+1177 ms]   utils.cpp
[+1219 ms]   win32_window.cpp
[+1031 ms]   generated_plugin_registrant.cc
[ +354 ms]   Generating Code...
[ +254 ms] ResourceCompile:
[        ]   C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D
_DEBUG /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D "FLUTTER_VERSION=\\\"1.0.0\\\"" /D FLUTTER_VERSION_MAJOR=1 /D
FLUTTER_VERSION_MINOR=0 /D FLUTTER_VERSION_PATCH=0 /D FLUTTER_VERSION_BUILD=0 /D NOMINMAX /D UNICODE /D _UNICODE /D
"CMAKE_INTDIR=\\\"Debug\\\"" /l"0x0409" /IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\cpp_client_wrapper\include
/IC:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\.plugin_symlinks\media_kit_core_video\win
dows\include /nologo /fo"media_kit_test.dir\Debug\Runner.res"
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\runner\Runner.rc
[  +95 ms] Link:
[        ]   C:\Program Files\Microsoft Visual
Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE
/OUT:"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\runner\Debug\media_kit_test.exe" /INCREMENTAL
/ILK:"media_kit_test.dir\Debug\media_kit_test.ilk" /NOLOGO ..\flutter\Debug\flutter_wrapper_app.lib dwmapi.lib
..\plugins\media_kit_core_video\Debug\media_kit_core_video_plugin.lib
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\flutter\ephemeral\flutter_windows.dll.lib kernel32.lib
user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed
/manifestinput:C:\Users\Hitesh\Desktop\media_kit\media_kit_test\windows\runner\runner.exe.manifest /DEBUG
/PDB:"C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/media_kit_test.pdb"
/SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/media_kit_test.lib" /MACHINE:X64
/pdbthreads:4  /machine:x64 media_kit_test.dir\Debug\Runner.res
[   +1 ms]   media_kit_test.dir\Debug\flutter_window.obj
[        ]   media_kit_test.dir\Debug\main.obj
[        ]   media_kit_test.dir\Debug\utils.obj
[        ]   media_kit_test.dir\Debug\win32_window.obj
[        ]   media_kit_test.dir\Debug\generated_plugin_registrant.obj
[ +520 ms]   media_kit_test.vcxproj ->
C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\runner\Debug\media_kit_test.exe
[  +11 ms] FinalizeBuildStatus:
[        ]   Deleting file "media_kit_test.dir\Debug\media_kit_test.tlog\unsuccessfulbuild".
[        ]   Touching "media_kit_test.dir\Debug\media_kit_test.tlog\media_kit_test.lastbuildstate".
[   +2 ms] Done Building Project
"C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\runner\media_kit_test.vcxproj" (default targets).
[  +10 ms] PrepareForBuild:
[        ]   Creating directory "x64\Debug\ALL_BUILD\".
[   +2 ms]   Creating directory "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\".
[   +2 ms] InitializeBuildStatus:
[        ]   Creating "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[  +39 ms] CustomBuild:
[        ]   Building Custom Rule C:/Users/Hitesh/Desktop/media_kit/media_kit_test/windows/CMakeLists.txt
[  +63 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
[        ]   Touching "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
[        ] Done Building Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\ALL_BUILD.vcxproj"
(default targets).
[   +3 ms] PrepareForBuild:
[        ]   Creating directory "x64\Debug\INSTALL\".
[   +1 ms]   Creating directory "x64\Debug\INSTALL\INSTALL.tlog\".
[   +1 ms] InitializeBuildStatus:
[        ]   Creating "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[  +63 ms] PostBuildEvent:
[        ]   setlocal
[        ]   "C:\Program Files\Microsoft Visual
Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P
cmake_install.cmake
[        ]   if %errorlevel% neq 0 goto :cmEnd
[        ]   :cmEnd
[        ]   endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
[        ]   :cmErrorLevel
[        ]   exit /b %1
[        ]   :cmDone
[        ]   if %errorlevel% neq 0 goto :VCEnd
[        ]   :VCEnd
[  +59 ms]   -- Install configuration: "Debug"
[   +6 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/icudtl.dat
[   +6 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/flutter_windows.dll
[ +226 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/media_kit_core_video_plugin.dll
[   +4 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/mpv-2.dll
[ +576 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-console-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-console-l1-2-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-datetime-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-debug-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-errorhandling-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-fibers-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-file-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-file-l1-2-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-file-l2-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-handle-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-heap-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-interlocked-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-libraryloader-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-localization-l1-2-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-memory-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-namedpipe-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-processenvironment-l1-1-0.
dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-processthreads-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-processthreads-l1-1-1.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-profile-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-rtlsupport-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-string-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-synch-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-synch-l1-2-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-sysinfo-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-timezone-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-core-util-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-conio-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-convert-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-environment-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-filesystem-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-heap-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-locale-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-math-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-multibyte-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-private-l1-1-0.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-process-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-runtime-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-stdio-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-string-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-time-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-crt-utility-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-downlevel-kernel32-l2-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/api-ms-win-eventing-provider-l1-1-0.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/d3dcompiler_47.dll
[  +37 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/libc++.dll
[   +7 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/libEGL.dll
[   +8 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/libGLESv2.dll
[  +55 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/ucrtbase.dll
[  +10 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/ucrtbased.dll
[  +13 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vccorlib140.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vccorlib140d.dll
[  +10 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vcruntime140.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vcruntime140d.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vcruntime140_1.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vcruntime140_1d.dll
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vk_swiftshader.dll
[  +57 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/vulkan-1.dll
[   +5 ms]   -- Installing: C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/zlib.dll
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/AssetManifest.json
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/assets
[   +1 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/assets/video_0.mp4
[  +13 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/assets/video_1.mp4
[  +13 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/assets/video_2.mp4
[  +69 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/assets/video_3.mp4
[  +11 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/assets/video_4.mp4
[  +11 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/FontManifest.json
[   +3 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/fonts
[   +1 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/fonts/MaterialIcons-Re
gular.otf
[  +10 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/kernel_blob.bin
[ +220 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/NOTICES.Z
[   +2 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/shaders
[   +1 ms]   -- Installing:
C:/Users/Hitesh/Desktop/media_kit/media_kit_test/build/windows/runner/Debug/data/flutter_assets/shaders/ink_sparkle.fr
ag
[  +22 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild".
[        ]   Touching "x64\Debug\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate".
[   +1 ms] Done Building Project "C:\Users\Hitesh\Desktop\media_kit\media_kit_test\build\windows\INSTALL.vcxproj"
(default targets).
[   +4 ms] Build succeeded.
[        ]     0 Warning(s)
[        ]     0 Error(s)
[        ] Time Elapsed 00:01:12.87
[  +36 ms] Building Windows application... (completed in 93.6s)
[ +421 ms] Observatory URL on device: http://127.0.0.1:50383/EqeEfa-G_hk=/
[   +6 ms] Caching compiled dill
[ +109 ms] Connecting to service protocol: http://127.0.0.1:50383/EqeEfa-G_hk=/
[ +186 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at
http://127.0.0.1:50383/EqeEfa-G_hk=/.
[ +116 ms] DDS is listening at http://127.0.0.1:50386/bMYBLLo0R-c=/.
[  +71 ms] Successfully connected to service protocol: http://127.0.0.1:50383/EqeEfa-G_hk=/
[  +26 ms] DevFS: Creating new filesystem on the device (null)
[  +29 ms] DevFS: Created new filesystem on the device
(file:///C:/Users/Hitesh/AppData/Local/Temp/media_kit_test5f902ba1/media_kit_test/)
[   +4 ms] Updating assets
[ +205 ms] Syncing files to device Windows...
[   +3 ms] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[   +1 ms] <- recompile package:media_kit_test/main.dart de4d0d47-57a3-4177-9f7d-29fac732201d
[        ] <- de4d0d47-57a3-4177-9f7d-29fac732201d
[   +3 ms] Bundle processing done.
[ +603 ms] Updating files.
[        ] DevFS: Sync finished
[   +1 ms] Syncing files to device Windows... (completed in 614ms)
[        ] Synced 0.0MB.
[   +1 ms] <- accept
[   +2 ms] Connected to _flutterView/0x1c8ff594fd0.
[   +2 ms] Flutter run key commands.
[   +3 ms] r Hot reload. 🔥🔥🔥
[   +3 ms] R Hot restart.
[   +1 ms] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] 💪 Running with sound null safety 💪
[   +1 ms] An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:50386/bMYBLLo0R-c=/
[ +153 ms] The Flutter DevTools debugger and profiler on Windows is available at:
                    http://127.0.0.1:9100?uri=http://127.0.0.1:50386/bMYBLLo0R-c=/
[   +4 ms] media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_1
[   +7 ms] media_kit: VideoOutput: Resize: 1 1
[   +1 ms] media_kit: VideoOutput: Texture ID: 1960752022160
[ +215 ms] media_kit: VideoOutput: Using H/W rendering.

from media-kit.

explorer-source avatar explorer-source commented on May 28, 2024

Mine also crashed with this code

[GETX] Instance "VideoController" has been created
[GETX] Instance "VideoController" has been initialized
NVIDIA GeForce GTX 1050
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
1 1
media_kit: VideoOutput: Create Texture: 2564563571136
media_kit: VideoOutput: Using H/W rendering.
flutter: VideoOutput.Resize
flutter: {handle: 2565773698992, id: 2564563571136, rect: {height: 0, left: 0, top: 0, width: 0}}
flutter: VideoController: Texture ID: 2564563571136
[GETX] Instance "HomeController" has been created
[GETX] Instance "HomeController" has been initialized
[GETX] "VideoController" onDelete() called
[GETX] "VideoController" deleted from memory
media_kit: VideoOutput: Free Texture: 2564563571136
VideoOutput::~VideoOutput: 2565773698992
D:\a\_work\1\s\src\vctools\crt\github\stl\src\mutex.cpp(61): mutex destroyed while busy
media_kit: 2565773698992 MPV_EVENT_SHUTDOWN
Lost connection to device.
Exited (sigterm)

I was navigating away from VideoPage (uses media_kit) to HomePage
also I don't have D:\ partition

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

@temzints why are you commenting on this thread??? Do you even see any correlation between your issue & this one???

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

That's separate issue & I'm working on it.

from media-kit.

explorer-source avatar explorer-source commented on May 28, 2024

I delete and restart, the exception does not appear anymore, but still flicker, i test all videos on the right side, you want video of this ?

E:\temp\media_kit-master\media_kit\media_kit_test>flutter run -d windows
Launching lib\main.dart on Windows in debug mode...
Building Windows application...                                         
Syncing files to device Windows...                                 209ms

Flutter run key commands.
r Hot reload. 
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

 Running with sound null safety 

An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:52436/mw7PO8UfmdQ=/
The Flutter DevTools debugger and profiler on Windows is available at: http://127.0.0.1:9102?uri=http://127.0.0.1:52436/mw7PO8UfmdQ=/
media_kit: VideoOutput: Using H/W rendering.
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Resize: 1280 720
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Texture ID: 1130536671760
flutter: VideoOutput.Resize
flutter: {handle: 1130292638768, id: 1130536671760, rect: {bottom: 720, left: 0, right: 1280, top: 0}}
d:\a01\_work\12\s\src\vctools\crt\github\stl\src\mutex.cpp(64): mutex destroyed while busy
Lost connection to device.

Don't mind about last lines, i force shutdown

Because of this reply

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

@temzints. Please try out the latest version. It should work.

from media-kit.

explorer-source avatar explorer-source commented on May 28, 2024

It still crashes randomly; I can't consistently make it crash.

[GETX] Instance "VideoController" has been created
[GETX] Instance "VideoController" has been initialized
[GETX] "HomeController" onDelete() called
[GETX] "HomeController" deleted from memory
NVIDIA GeForce GTX 1050
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
1 1
media_kit: VideoOutput: Create Texture: 2309961988016
media_kit: VideoOutput: Using H/W rendering.
flutter: VideoOutput.Resize
flutter: {handle: 2309590666080, id: 2309961988016, rect: {height: 0, left: 0, top: 0, width: 0}}
flutter: NativeVideoController: Texture ID: 2309961988016
1920 1080
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Create Texture: 2309966829920
flutter: VideoOutput.Resize
flutter: {handle: 2309590666080, id: 2309966829920, rect: {height: 1080, left: 0, top: 0, width: 1920}}
media_kit: VideoOutput: Free Texture: 2309961988016
1920 960
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Create Texture: 2310302471040
flutter: VideoOutput.Resize
flutter: {handle: 2309590666080, id: 2310302471040, rect: {height: 960, left: 0, top: 0, width: 1920}}
media_kit: VideoOutput: Free Texture: 2309966829920
1920 1080
media_kit: ANGLESurfaceManager: Direct3D Feature Level: 11_0
media_kit: VideoOutput: Create Texture: 2310302487520
flutter: VideoOutput.Resize
flutter: {handle: 2309590666080, id: 2310302487520, rect: {height: 1080, left: 0, top: 0, width: 1920}}
media_kit: VideoOutput: Free Texture: 2310302471040
[GETX] Instance "HomeController" has been created
[GETX] Instance "HomeController" has been initialized
[GETX] "VideoController" onDelete() called
[GETX] "VideoController" deleted from memory
MediaKitEventLoopHandler::Register: std::thread exit: 2309590666080
MediaKitEventLoopHandler::Dispose: 2309590666080
media_kit: VideoOutput: Free Texture: 2310302487520
VideoOutput::~VideoOutput: 2309590666080
D:\a\_work\1\s\src\vctools\crt\github\stl\src\mutex.cpp(61): mutex destroyed while busy
Lost connection to device.
Exited (sigterm)

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

This is entirely (100x) different issue.

from media-kit.

explorer-source avatar explorer-source commented on May 28, 2024

std::mutex from Windows' MSVC is retarded.

Yeah, it seems like it. I've been trying to make it crash for the last 5 minutes, and nothing happens, but when I ignore it, it crashes. I'm just going to ignore it. BTW, thank you for the life-saving package <3.

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Another solution can be to simply comment this line:

https://github.com/alexmercerind/media_kit/blob/210006b37bfd5bc5f45b81d83cdfbf5732a16716/media_kit_native_event_loop/src/media_kit_native_event_loop.cc#L125

But it's not "clean".

from media-kit.

explorer-source avatar explorer-source commented on May 28, 2024

Is it possible the fix is as simple as changing mutex_.lock() and mutex_.unlock() with std::lock_guard<std::mutex> lock(mutex_) so it automatically releases the lock when it goes out of scope. Do you know how to consistently crash it so I can test it?

from media-kit.

alexmercerind avatar alexmercerind commented on May 28, 2024

Nope... The code is correct. Windows' fault. I'm just removing the statement on Windows for now.

from media-kit.

explorer-source avatar explorer-source commented on May 28, 2024

Ahh 😢 Okay I'll let you know when I find more info

from media-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.