Posts: 52
Joined: Sep 2007
Reputation:
0
When it says "Failed to receive poll responses from XBMC... Disconnecting...", that means it is unable to connect to the XBMC system. Since XBMC is telling you "remote communication server failed to start", I am pretty sure that is the culprit. As I have never run in to this problem, I would recommend asking a wider audience about troubleshooting this.
If I were to suggest things to try, I would start with disabling the firewall in windows to see if that changes anything. Next, I would try running XBMC as administrator (right-click XBMC icon and choose 'Run as Administrator').
From the LUA output, it looks like the driver itself is loading properly and everything - just get the remote service working, and you should be good to go.
-Brandon
Posts: 69
Joined: Mar 2014
Reputation:
0
Thanks for the reply, I tied these things but I am still getting the same error and I am still unable to control xbmc through my control4 system. Some further research suggests that the remote communication server failed to start error is because of a port conflict, that another device is using the same port as xbmc, in this case port 9090. I have not been able to find an explanation of how to tell if this is occuring or not, does anyone know of a way to see what ports are currently being used? and by what device? Would this be done inside my router?
Posts: 69
Joined: Mar 2014
Reputation:
0
Thanks for that info, netstat seems like a very handy tool that I had not heard about before. So I ran the netstat in the command line before xbmc was running to verify that nothing was using port 9090, then to make sure that it was working i opened up xbmc and ran netstat again and at that point I did see a process running on port 9090 which has to be xbmc, since closing the program removes it from the netstat list. So I think this confirms that I dont have a port conflict problem but it still didnt fix the issue. Thank you very much for the replies, if nothing else atleast I seem to be learning alot through this process which is never a bad thing. I will keep scouring the internet, and any more ideas are certainly welcome. Thanks again.
Posts: 26
Joined: Oct 2011
Reputation:
0
Any plans on adding additional features? Maybe some items around Airplay?
Posts: 26
Joined: Oct 2011
Reputation:
0
I'm interested in being able to simply select an airplay source on xbmc from ios and hit play on either a song or video. When this is done the system turns on and audio/video plays. Eliminating the need to first turn on the room/system and then using airplay. The room/system would turn on when airplay is started.
Posts: 52
Joined: Sep 2007
Reputation:
0
Seems like a good idea. It would depend on whether or not they send a JSON notification when an airplay source is played.
I will look in to it and see!
Posts: 69
Joined: Mar 2014
Reputation:
0
I fixed my issue, I can now control my xbmc machine through my control 4 system, but not on the windows 8 machine that I originally planned on. I ended up using my old pc and installing xbmcubuntu and an hdmi video card and using that as my xbmc machine. Using that pc I never ran into the control issue it just worked with the driver right away, but I did still receive the error stating that the remote connection server failed to start. So i am still not sure why it wouldnt work while i was running xbmc on my windows 8 pc, but either way the problem was resolved. Thanks for all the help!
Posts: 69
Joined: Mar 2014
Reputation:
0
I have a new issue that I cant seem to find an answer to. I would like to set my xbmc machine to turn off when i send a room off command from my control 4 system, and then turn it back on when i select watch XBMC. The on and off function works fine but the bios on my system requires that I press F1 to continue the boot process and will not continue until that button is pushed. To resolve this I would like to bind a key on my control 4 remote to the F1 key, like the # button or another button that is not being used. Is this possible by re-configuring the keyboard xml file? I do see the option inside XBMC that says make remote send keyboard commands, but I dont think this will help me at all since XBMC is not yet loaded when I need to issue the keyboard command F1. Any help would be greatly appreciated. I am running XBMCBuntu V12.0 Frodo. Thanks.
Posts: 52
Joined: Sep 2007
Reputation:
0
Unfortunately, this would not be possible with my driver. When waking from sleep, XBMC is not technically running, so it will not be able to send commands down to the BIOS.
I don't know why an F1 would be required when waking up, but this is completely independent of XBMC, and my driver.
There aren't any drivers out there that I know of that will do what you are wanting to do. I would look in to WHY they are requiring F1 to be pressed and fix that. Maybe a BIOS update fixes it?
-Brandon
Posts: 69
Joined: Mar 2014
Reputation:
0
Thanks again I figured it out it was a floppy drive error causing me to have to hit F1 to boot the system, after disabling that in the bios all is working well. Driver works great now and turns the xbmc pc on and off perfectly.
Posts: 3
Joined: Jan 2013
Reputation:
0
I loaded this driver into an HC300, and I can control the XBMC (windows 8) fine. Works great. However am I suppose to see whats playing, and make music selections from a C4 screen (MyHomePC). I get a view of titles as MyMusic, but is controls the media player inside the HC not the xbmc. What connections do I need to set up? Or is this capability not possible? I'm using a network file storage (Buffalo Terastation) to store all the music media, which the XBMC accesses.
Thanks for any help.
Posts: 52
Joined: Sep 2007
Reputation:
0
Currently, the drivers purpose is for control of XBMC using the C4 remote, not navigator on the touchscreen.
I have avoided implementing navigator functionality because the media player proxy was so limited. I am currently working on a new driver using a new proxy that will include much of what you have described (if you have used TuneIn with C4, then you have a good idea of what it will be like). No ETA on its release though. There are some outside factors that will govern when it can/will be done (time, c4 release dates, etc )