Georgi Valkov
Georgi Valkov
> Any progress on this? 3.3.x is known to have performance regressions, but I think that's fine for the openwrt project I mean, nobody would use openwrt to serve websites...
Fixed in the first commit here https://github.com/openwrt/packages/pull/24535
Caused by `libmpv.2.dylib`, here is a fix: ``` bash cd /Applications/IINA.app/Contents/Frameworks mv libmpv.2.dylib libmpv.2.bak.dylib ln -s /usr/local/lib/libmpv.2.dylib libmpv.2.dylib ``` I got curious why `mpv` from brew has no issues, while...
@low-batt > With the report that it was not reproducible under mpv I was looking into IINA features that open the file. In addition to OSC thumbnail generation, IINA 1.4.x...
> Instead of disabling Use system media control you can run the following command to just disable showing cover artwork: `defaults write com.colliderli.iina enableNowPlayingArtwork false` When not set: - `libmpv-0.40.0`...
> For this defect to exhibit itself `libmpv` must provide IINA with one video track that is identified as an image and not cover art. I'm not seeing anything in...
> Have a look at the start of the `iina.log` and `mpv.log` files you posted. In `iina.log` IINA reports it is using FFmpeg 7.0.1, whereas in `mpv.log` mpv reports it...
> However, threading problems remain. Turns out it is possible for the main thread to experience lock starvation. IINA has code to prevent this from happening with the lock it...
Good instincts: [socat-0.38.0.txt](https://httpstorm.com/share/.support/IINA/2025-11-19/socat-0.38.0.txt) [socat-0.40.0.txt](https://httpstorm.com/share/.support/IINA/2025-11-19/socat-0.40.0.txt) ``` JSON // libmpv-0.38.0 "image": true { "id": 1, "type": "video", "src-id": 1, "lang": "en", "image": true, "albumart": false, "default": false, "forced": false, "dependent": false, "visual-impaired":...
I have an idea 💡 ``` bash dd if=Dune.2021.2160p.BluRay.REMUX.HEVC.DTS-HD.MA.TrueHD.7.1.Atmos-FGT.mkv of=test.mkv bs=1G count=1 ``` Check the link with the screenshots and you'll find the output of the command above. 1 GB...