![]() |
|
Remote control via web - Printable Version +- Networked Media Tank (http://www.networkedmediatank.com) +-- Forum: Community Jukebox, Themes, & UserApps Section (/forumdisplay.php?fid=106) +--- Forum: 200/300/400 Series - Development and User Apps (/forumdisplay.php?fid=121) +---- Forum: 100 Series - Development and User Apps (/forumdisplay.php?fid=33) +---- Thread: Remote control via web (/showthread.php?tid=3037) |
Remote control via web - draio - 04-18-2008 02:22 PM This is a just a test for a web based remote control. Create a file called webcontrol.php in /mnt/syb8634/web and go to http://YourPCHaddress:8088/webremote.php I hope this will be useful or just interesting for someone... Note: I have some problem with the "enter" command... probably i didn't find the correct "key". - - - - - - - - cut here - - - - - - - - Code: <html>- - - - - - - - cut here - - - - - - - - Some other useful codes...
Stop ..... 212 Pause ..... 211 ? Prev ..... 219 Next ..... 220 Rev ..... 213 Fwd ..... 214 Power ..... 210 Re: Remote control via web - danjb - 05-11-2008 06:21 AM draio Wrote:This is a just a test for a web based remote control.That's awesome, draio! How did you determine the keycodes that you determined (for the cursor keys, for example)? They don't seem to bear any relationship to the codes shown on the NMT Wiki (Where do I find the remote control codes for Popcorn hour?) for the remote. Howto? - JaixBly - 05-16-2008 12:21 PM How can I do this without mounting the HD in a computer? - wesleyelder - 05-20-2008 09:00 PM Wow-, amazing! thanks this has given me a few ideas to play around with Wes
- erlis - 05-22-2008 11:05 AM Cool! By using the information from this we can actually create a plugin like the "play on XBMC" where you click on a link and automatically send it to your PCH like: "http://"+xboxIP+"/xbmcCmds/xbmcHttp?command=playfile¶meter="+theLink,true Where we open up our own php page that redirect mono and sends play to mono. Owl: Now you can create your ipod touch remote control! - gintsgints - 05-22-2008 05:00 PM I was thinking of replacing /tmp/irkey with /tmp/usbkbdpipe but no success. May be I do not know right codes. Tracking write to this files could help discovering codes. - sebestenyb - 05-24-2008 11:03 AM "13" seems to be the "Return" key. - gintsgints - 05-25-2008 07:26 AM Here goes all codes in hex: Quote:Power -> 0xD2 how would you implement this in crestron - russters - 07-31-2008 09:17 PM how would this be implemented in crestron??? RE: Remote control via web - stefkoch - 06-01-2009 07:35 PM Hi all, i got inspired by this thread, by the MediatankController and also frustrated by the fact that there is no adobe air for windows mobile. so i created a little webpage and implemented the basic functions. Instruction:just copy both webremote.jpg and webremote.php into /mnt/syb8634/web/ and point your browser to http://your-popcorn-ip:8088/webremote.php to get this image: (most buttons work already) ![]() ![]() sorry Niels, i stole your image ![]() PHP Code: <html>however there are still some bugs: - i have a strange behavior with the OK-button while i am in a subfolder, sometimes it works, sometimes it does not. (same problem as draio has i suppose) using just the keycodes seems not to be enough, but i have not figured out yet where the problem is. ideas anyone? |