bl1nch

Results 21 comments of bl1nch

> If the problem is fixed could it be added to the kivy main library as a video provider because mpv handles video streaming pretty well and you can also...

Hi, I'm trying to play FullHD video on my Android TV box but the performance is very slow. The video is glitchy and plays at about 10 fps. In addition,...

@FeodorFitsner @cclauss does it really should be `asyncio.Future` type? Maybe it shoud be `concurrent.futures.Future` instead because `asyncio.run_coroutine_threadsafe` return `concurrent.futures.Future`? https://docs.python.org/3/library/asyncio-task.html#scheduling-from-other-threads

No, with `hwdec=no` everything works fine, but the application CPU load is 250% - 350% when playing FullHD 25fps video, so playing 4K video with this configuration is impossible

Sorry, I just checked all my streams and out of the 200 I have, I found 2 that have the same behavior even with `hwdec=no`. I can also provide a...

In the system gallery app as well as in vlc the sample file is decoded perfectly, both use hardware decoding as far as I understand. ![Image](https://github.com/user-attachments/assets/f691557f-ccdc-4cd3-b291-1129c2cb3ad9) ![Image](https://github.com/user-attachments/assets/0c8dbcdf-f4e2-4814-966d-89e1ba66d827) This behavior only...

### Test in `MPV-android native app via mpv.conf` _cpu_: `Amlogic s905w2` | _gpu_: `Mali-G31` `hwdec=auto-safe + vo=gpu` | **green screen** | `mediacodec ~ 100% mpv-app ~ 20%` `hwdec=auto + vo=gpu`...

### Test in `Flutter app with media_kit: 1.1.11` _cpu_: `Amlogic s905w2` | _gpu_: `Mali-G31` `hwdec=auto-safe + vo=gpu` | **green screen** | `mediacodec ~ 100% flutter-app ~ 50%` `hwdec=auto + vo=gpu`...

Hi @sfan5, sorry to bother you, have you any updates on this issue?

As far as I understand, this error belongs to the MPV core library, maybe then move it to the main MPV repository so that more developers can see it, maybe...