Hi, I use the Yatse android app to control/monitor KODI/XBMC but for some reason it doesn’t work properly with Rasplex.
When I set it up it gives an error about the event server and Rasplex doesn’t respond on HTTP even though I have enabled the control by HTTP option in the preferences.
Rasplex does listen on HTTP, it may use Kodi/XBMC code but doesn’t necessarily work with their third party remote apps. Try using a remote app for Plex, there seems to be a few third party ones.
I think it’s been explained quite clearly, Yatse does not work with Rasplex, Rasplex does support HTTP control, I use a webpage I put together that I use on my phone, i.e. it uses HTTP and is similar to the examples shown in the other referenced post.
Looking at the code for Simple-Rasplex-Remote that the other post links to it looks like you send the commands to the Plex server which then sends the command to the client. You would have to look into the server control to see how this is done.
@Valdhor said:
Looking at the code for Simple-Rasplex-Remote that the other post links to it looks like you send the commands to the Plex server which then sends the command to the client. You would have to look into the server control to see how this is done.
Ah I see thanks
@chenks said:
Kore - the official Kodi android remote app works perfectly with Rasplex.
Ok, I want to use yatse because I can control all my other Kodi / XBMC with it
I just think it’s odd that it appears to support HTTP control but doesn’t appear to work/listen on HTTP. I’ve done a port scan and tried all the other open ports, none work. Well, 3005 seems to partly…