Got plexconnect working perfectly on my pc but now i bought an mac mini and tried it and it will not work. Because these .cer files. One guide says openplex but the installer doesnt install it! so i cant follow that guide. Second guide with apple config utility cant do either… the program looks different from the guides so i dont understand how to add .cer files på my atv. Any tips?
If you are using El Capitan you must disable csrutil thru recovery mode. While booting hold command+R then open a terminal and type in this:
csrutil disable; reboot
Once you boot back up run the installer and you should be set (assuming your OS is El Capitan and not corrupt). As far as the certs go using OpenPlex I personally use the IP/trailers.cer method for example I would enter:
@wahlman.j said:
If you are using El Capitan you must disable csrutil thru recovery mode. While booting hold command+R then open a terminal and type in this:
thx for the answer but now im stuck on the part where i must install clt. CLT for 10.11 doesnt have any .pkg file in dropbox. and the one for 10.10 cant be installed on 10.11 and command xcode --install etc doesnt work. any tips?
Run “xcode-select --install” (without the quotes) in terminal. This should install CLT for you, and you can proceed with installation, and as wahlman.j mentioned, you must have csrutil disabled while installing.
Edit: try booting into safe-mode when doing this. The command worked fine for me in terminal on the newest OS X
Dropbox? That is ancient. Here is a direct link to the newest installer:
https://github.com/wahlmanj/OpenPlex/raw/master/installer/OpenPlex-installer.zip
@Dkseer said:
Run “xcode-select --install” (without the quotes) in terminal. This should install CLT for you, and you can proceed with installation, and as wahlman.j mentioned, you must have csrutil disabled while installing.Edit: try booting into safe-mode when doing this. The command worked fine for me in terminal on the newest OS X
@wahlman.j said:
Dropbox? That is ancient. Here is a direct link to the newest installer:https://github.com/wahlmanj/OpenPlex/raw/master/installer/OpenPlex-installer.zip
actually i tried xcode-select --install in terminal and it didnt work yesterday. However today it did… so now i have a working plexconnect on my atv. Wierd=)
and about dropbox… it wasnt openplexinstaller i was looking for. It was CLT. But as i mentioned finally xcode worked. Thx guys