Mac Player stuttering video playback

I fixed this a couple months ago and it just need someone to make the release. HTPC has had a release cycle with the fix since then. Sadly I no longer work for Plex so I can no longer help in this regard.

It’s a separate library. See libmpv2.dylib in the Frameworks dir. MPV is compiled under the LPGL license and so linking it into the binary is a violation of the license. That’s why it is a separate library and the LGPL requires that users be able to substitute the library. In fact, I had made a post on how to do this on Windows: HTPC Tips and Tricks - #3 by gbooker02 . So if you are willing to build yourself (and deal with app signatures), then you can use your own MPV.

You may be able to take the MPV out of the current HTPC app but you would likely also need to grab its libav* and PlexMediaServer.framework as well as I think FFmpeg was bumped since then. Even then this particular combination may not work.

1 Like