Can't find event server?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
m0RrE Offline
Junior Member
Posts: 5
Joined: Dec 2009
Reputation: 0
Post: #1
I'm using XBMC 9.11-BETA2 R25640, and I can't find the "Event Server" anywhere? I need to change some settings there for my android-remote? It's not in settings-> network anymore?
find quote
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #2
Sorry, the docs are abit confusing now. Its moved to system -> input IIRC (not at home so I can't check) and the setting is called, "allow remote control software to control xbmc" It might say something with "from over the internet" or something that tells its not the same computer Smile

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
m0RrE Offline
Junior Member
Posts: 5
Joined: Dec 2009
Reputation: 0
Post: #3
topfs2 Wrote:Sorry, the docs are abit confusing now. Its moved to system -> input IIRC (not at home so I can't check) and the setting is called, "allow remote control software to control xbmc" It might say something with "from over the internet" or something that tells its not the same computer Smile
Aight! But where can I set the port? Or is it the same one used for controlling via HTTP?
(This post was last modified: 2009-12-16 19:58 by m0RrE.)
find quote
UglyBob Offline
Junior Member
Posts: 40
Joined: Feb 2009
Reputation: 0
Post: #4
Does this also mean that old settings are forgotten? My iPod remote stopped working after I updated today (my gf noticed and I'm not at home right now, so I can't check what the problem is).
find quote
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #5
Yes it means old settings are forgotten and iirc port setup should still be there, its 9777 by default.

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
UglyBob Offline
Junior Member
Posts: 40
Joined: Feb 2009
Reputation: 0
Post: #6
Hmm...wonder if I have misunderstood the issue. My remote was using the http api and it stopped working when upgrading. Has that something to do with this? I'm just confused...
find quote
SleepyP Offline
Posting Freak
Posts: 2,284
Joined: Nov 2005
Reputation: 4
Location: Portland, Oregon
Post: #7
HTTP Web UI and the "EventServer" are two different things. HTTP is literally a web server that can be accessed by a web browser. Its the older way of doing things, and has existed in XBMC for years.

The EventServer is a newer set of functionality that, in many ways, does the same thing. However, the EventServer uses its own simple protocol to allow apps specifically written for it to talk to XBMC. There are some "remote" programs that use one, and some that use the other.

Here's the Wiki about it:
http://wiki.xbmc.org/?title=EventServer

Catchy Signature Here
find quote
UglyBob Offline
Junior Member
Posts: 40
Joined: Feb 2009
Reputation: 0
Post: #8
Ah, ok! Thanks for the info, I will read it later!

Btw...I noticed that the http server was in deed disabled after my update. Strange, but not too hard to fix.. Smile
find quote
Kel-nage Offline
Junior Member
Posts: 2
Joined: Jan 2010
Reputation: 0
Post: #9
I'm having the same problem as the OP. I'm trying to make the Android remote work with XBMC 9.11 (from the Jaunty PPA), but I get connection errors when attempting to connect from the phone (I've checked and double checked the settings).

I can't find any reference to the EventServer or what port number it uses in XBMC itself. However, I have tested the web interface, which is working fine.

Under System -> Input Devices, there are two check boxes, one called "Remote control sends keyboard presses" and the other is "Enable mouse" - both of which are ticked, to no avail.
find quote
topfs2 Offline
Team-XBMC Developer
Posts: 3,852
Joined: Dec 2007
Reputation: 8
Post: #10
Kel-nage Wrote:I'm having the same problem as the OP. I'm trying to make the Android remote work with XBMC 9.11 (from the Jaunty PPA), but I get connection errors when attempting to connect from the phone (I've checked and double checked the settings).

I can't find any reference to the EventServer or what port number it uses in XBMC itself. However, I have tested the web interface, which is working fine.

Under System -> Input Devices, there are two check boxes, one called "Remote control sends keyboard presses" and the other is "Enable mouse" - both of which are ticked, to no avail.

EventServer is available on port 9777

If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
find quote
Post Reply