Android Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo

  Thread Rating:
  • 10 Votes - 4.6 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Tolriq Offline
Member+
Posts: 1,875
Joined: Jun 2009
Reputation: 53
Location: France
Post: #481
This indicates that the JSON part is working Smile

So if something is playing in Xbmc the widgets should show it.

For the remoting part, most of the commands use the EventClient, you must check that the settings in xbmc are ok for this part (http://yatse.leetzone.org/redmine/projec...bmcConfig)

And check firewall about UDP port 9777.

Yatse 2 : Media Center Remote Control for Touch Screens
Yatse, the Xbmc Remote and Widgets for Android
find quote
Ether Offline
Junior Member
Posts: 5
Joined: May 2012
Reputation: 0
Post: #482
(2012-05-02 19:22)Tolriq Wrote:  For the remoting part, most of the commands use the EventClient, you must check that the settings in xbmc are ok for this part (http://yatse.leetzone.org/redmine/projec...bmcConfig)

The link you provided appears to be going to a non-existant post:
"The page you were trying to access doesn't exist or has been removed."
find quote
Tolriq Offline
Member+
Posts: 1,875
Joined: Jun 2009
Reputation: 53
Location: France
Post: #483
Just remove the last ) the forum parser missed it up Smile

http://yatse.leetzone.org/redmine/projec...XbmcConfig

Yatse 2 : Media Center Remote Control for Touch Screens
Yatse, the Xbmc Remote and Widgets for Android
find quote
Ether Offline
Junior Member
Posts: 5
Joined: May 2012
Reputation: 0
Post: #484
Duh, yeah that would help Smile

Yeah that page just goes through the basics, which I have had set up for some time (forgot to mention that these apps used to work pre-Eden). How does one enable and/or config the 'Eventclient'. Is that separate from the basic web access configuration?

The only thing different in my config is that I have not username or password defined. Is that required?
(This post was last modified: 2012-05-02 19:43 by Ether.)
find quote
Tolriq Offline
Member+
Posts: 1,875
Joined: Jun 2009
Reputation: 53
Location: France
Post: #485
There's no login/password for EventClient Smile

The important settings is "Allow programs on other systems to control XBMC" this is the one that activate or not EventServer.

You can check that this port is not used by another program by using the command "netstat -ano" that will list all opened port.
Run this command without xbmc started and check that UDP 9777 is not used on 0.0.0.0 then run it with xbmc started and check that the port is now used by Xbmc (check the pid on the last collumn)

You should see a line : UDP 0.0.0.0:9777 *:* 2832
with 2832 is the process id of Xbmc.

Yatse 2 : Media Center Remote Control for Touch Screens
Yatse, the Xbmc Remote and Widgets for Android
find quote
Ether Offline
Junior Member
Posts: 5
Joined: May 2012
Reputation: 0
Post: #486
Okay, I have more information....make this even weirder. Not sure if it adds some clues to this.

When I start a movie or song via the native interface or the web gui, it immediately shows up in Yatse as 'now playing'. I can then use Yatse to skip, FF, etc. However, once I stop the media (via the phone), I cannot start it again from the app. Navigation doesn't work, even when a song is playing :?

Also, just FYI..even though I don't have servers answering to port 80 on my LAN, I changed the port to something in the 30000 range just for testing. Still no dice.
(This post was last modified: 2012-05-02 19:53 by Ether.)
find quote
Tolriq Offline
Member+
Posts: 1,875
Joined: Jun 2009
Reputation: 53
Location: France
Post: #487
This confirm that only EventClient does not works Smile

Yatse 2 : Media Center Remote Control for Touch Screens
Yatse, the Xbmc Remote and Widgets for Android
find quote
Ether Offline
Junior Member
Posts: 5
Joined: May 2012
Reputation: 0
Post: #488
Okay, I figured this out. I am kinda embarrassed to say (given that I have been a network systems engineer for decades), but it was indeed an issue with my network set up. Once I killed XBMC as you suggested, there was a popup alert from my local security software just patiently waiting for me to make a decision as to whether or not I wanted to allow this mysterious application called "XBMC" to communicate on port 9777 to my Trusted zone. As soon as I allowed that traffic, everything came to life.

Those alerts are supposed to come appear in front of whatever I am doing, but I think XBMC is suppressing that kind of thing (which makes sense).

Chalk this one up over-thinking the problem, I suppose. Thanks for your help!
find quote
Tolriq Offline
Member+
Posts: 1,875
Joined: Jun 2009
Reputation: 53
Location: France
Post: #489
No problem Smile Glad you find this little thing Tongue

Yatse 2 : Media Center Remote Control for Touch Screens
Yatse, the Xbmc Remote and Widgets for Android
find quote
Tolriq Offline
Member+
Posts: 1,875
Joined: Jun 2009
Reputation: 53
Location: France
Post: #490
A little question for the browsing part.

Do someone really use / need actor browsing for movies / tv shows ?

Yatse 2 : Media Center Remote Control for Touch Screens
Yatse, the Xbmc Remote and Widgets for Android
find quote
Post Reply