Isaac Yeang

Results 9 issues of Isaac Yeang

Howdy, I'm getting null access violations whenever multiple Flutter apps are running media_kit at the same time media_kit: 1.1.10 media_kit_video: 1.2.4 media_kit_libs_video: 1.0.4 Steps taken so far: - Enabled debug...

Howdy all, calling `_player.add()` on files with spaces in its path causes the `loadfile` command to error out to resolve issue, used existing `_command(...)` function and it seems to be...

Howdy all, Calling `player.remove()` with a single video while on `PlaylistMode.loop` does not update the player's media list Looking through v1.1.10, seems like there's manual updates whenever playlist mode is...

Upon closing app, there are various fatal memory access errors ## Reproduce Steps Steps to reproduce the behavior: 1. Open an app with desktop_multi_window v0.2.0 2. Close the app 3....

desktop_webview_window

Howdy all, Opening a ticket to track why `player.screenshot()` is returning null - awaiting 100ms before calling `await player.screenshot()` resolves issue - putting breakpoint at line 2797 then resuming resolves...

Howdy, I noticed the `scale` property in the VideoControllerConfiguration seems to be unused and not have any effect ![image](https://github.com/media-kit/media-kit/assets/65752735/11dfb3d7-425b-4d2f-81c3-eb182f138d55) Additionally, the VideoController::setSize method only works if you set a non-null...

When the webview window is created, if you press minimize too early the entire application crashes. ## Reproduce Steps Steps to reproduce the behavior: 1. Open Flutter app 2. Call...

actually close webview when user calls `close()`, so window doesn't hang around longer than required

allow users to remove javascript interface to stop sending JS events