

Turn on hardware video decoder: edit "~/Library/Application Support/Plex Media Player/ nf", find the line containing "hardwareDecoding" and set it to.Create mpv's configuration file in "~/Library/Application Support/Plex Media Player/mpv.conf" with the following contents:Įcho "input-ipc-server=/tmp/mpvsocket" > ~/"Library/Application Support/Plex Media Player/mpv.conf".Ln -s /usr/local/lib/libmpv.1.dylib "/Applications/Plex Media Player.app/Contents/Frameworks/libmpv.1.dylib" Mv "/Applications/Plex Media Player.app/Contents/Frameworks/libmpv.1.dylib" "/Applications/Plex Media Player.app/Contents/Frameworks/libmpv.1.backup"


PMP 2.58 is not compatible with mpv 0.33 and later!.Create mpv's configuration file in "~/Library/Application Support/Plex/mpv.conf" with the following contents:Įcho "input-ipc-server=/tmp/mpvsocket" > ~/"Library/Application Support/Plex/mpv.conf".Ln -s /usr/local/lib/libmpv.1.dylib "/Applications/Plex.app/Contents/Frameworks/libmpv.1.dylib" Mv "/Applications/Plex.app/Contents/Frameworks/libmpv.1.dylib" "/Applications/Plex.app/Contents/Frameworks/libmpv.1.backup" Replace Plex's libmpv.1.dylib with the one from Brew installation: /usr/local/lib/libmpv.1.dylib -> /Applications/Plex.app/Contents/Frameworks/libmpv.1.dylib.
Plex media server mac m1 install#
Note for Apple M1: as of July 2021, Plex is x86-only, so you have to additionally install x86 version of Homebrew:Īrch -x86_64 /bin/bash -c "$(curl -fsSL )".
Plex media server mac m1 for mac#
