instalar plex en apple tv 2 con firmware 5.3

hola, me gustaría a ver si se puede no sustituyendo la ip y demás historias que luego no funciona bien, a mi me gustaria si se puede instalar como una aplicación más, para que funcione bien de una vez.
tengo el jailbreak en el apple tv 2

Si, con PlexConnect.

y como se instala plexconnect?
gracias

https://forums.plex.tv/discussion/88905/plexconnect-on-atv2-jailbroken-launchctl

Si necesitas ayuda pidelo en este forum

https://forums.plex.tv/categories/appletv-plexconnect

madre, que complicado

nadie sabe de una guia en español de esto, dios, no entiendo nada

@wahlman.j said:
I will leave this here for reference on how to install PlexConnect on iOS 5.3 aTV jailbroken:

I believe I found an even easier solution to install this I have also included my optional development theme as well that will give you larger posters and a way to merge your local and shared libraries into one tab if desired (All Libraries):

Use putty for windows, a terminal for OS X or linux, or this for iOS Serverauditor

ssh root@ipaddress <--------replace ipaddress with your aTV ip address for example mine is:
ssh root@192.168.1.101
default aTV password = alpine

Follow these easy terminal commands. I have installed this on multiple atv2’s and so have others, set your dns to auto not manual. This automates nearly the entire aTV plexconnect installation for you. ssh into your aTV and enter these commands after your navigated to the folder where you placed them (nitoTV is the easiest way to install openssh for ssh access, also server auditor ). Paste either of these easy one liners using your favorite ssh client (no ftp required unless unspoofing your iOS):

iBaa (default) theme:

apt-get -y install git; rm -R /Applications/atvjailbreak; cd /Applications; git clone git://github.com/wahlmanj/atvjailbreak.git; cd /Applications/atvjailbreak; chmod +x installbaa.bash; ./installbaa.bash

or

Wahlmanj (custom) theme:

apt-get -y install git; rm -R /Applications/atvjailbreak; cd /Applications; git clone git://github.com/wahlmanj/atvjailbreak.git; cd /Applications/atvjailbreak; chmod +x installwahlmanj.bash; ./installwahlmanj.bash

once complete the aTV will reboot and you will have a new plexconnect button. Just sign into myplex and you should be all set with a portable PlexConnect host thanks to iBaa’s new code for owned and remote servers via myplex that gives you the experience of PlexConnect just like at home but anywhere.

Optional log back in to your atv via ssh after your atv reboots and type this if you want more apps by spoofing your iOS version to a higher iOS after navigating to the spoof.deb location:

cd /Applications/atvjailbreak; dpkg -i spoof.deb

If you need to unspoof the Info.plist for the aTV Firmware is located and must be named exactly as shown here:

/private/var/stash/Applications/AppleTV.app/info.plist

Here is the original and spoofed plists:

https://github.com/wahlmanj/atvjailbreak/raw/master/innternal%20use/ios5_3regInfo.plist

https://github.com/wahlmanj/atvjailbreak/raw/master/innternal%20use/ios5_3spoofedInfo.plist

Once unspoofed reboot your aTV for the changes to take affect. Spoofing doesn’t work with badges since it changes the firmware to a higher iOS so after you are done I would recommend disabling the badges which can be easily done using my theme otherwise there is a way to specify your iOS in iBaa’s theme but I’m not sure (or remember) how to, to be honest with you.

Hopefuly the autoupdate plist works if not you can manually update by typing this into a terminal window after you ssh into your atv:

update.bash

If for any reason the updating doesn’t work you can update by just running the original install one liner above or shutting down plexconnect then updating using this code:

stop.bash; cd/Applications/PlexConnect; git pull; sleep 8; start.bash

For your shared content and local content to work away from home you must be successfully signed into myplex in your PMS. Also you must have your PMS port forwarded and pointed at your PlexConnect host for this to work right on your router if using it outside your LAN. If PlexConnect resides behind for example a synology box you must open these ports as well for it to work outside your lan tcp/udp.

If you only desire PlexConnect to work for your local content and don’t use myplex you can ignore the paragraph above this. If you share your content you still would need to be successfully signed into myplex in your PMS with your ports properly forwarded to you PMS host on your router or gateway.

Note - Keep in mind this will prevent AirControl to work since it uses port 80 which is required by PlexConnect.