- January 3, 2008
- 683
- 54
- Home Country
- Germany
When you use the WifiRemote Plugin under Mediaportal 1.4 pre Release you get a bug. When you open a saved Playlist the loading boar does not diaspear. And it only happens when your plugin is enable.
Hi I want to use iRule to control mepo with wifiremote. iRule supports ip or http and works great with the xbmc json capability. I would like to start simple and just inject commands and receive some simple feedback on now playing etc. What is required to for ip eg here is the command for xbmc json
Hi I want to use iRule to control mepo with wifiremote. iRule supports ip or http and works great with the xbmc json capability. I would like to start simple and just inject commands and receive some simple feedback on now playing etc. What is required to for ip eg here is the command for xbmc json
Hi rickd,
WifiRemote is using a direct socket connection between client and server, not the HTTP protocol used by other webservices. This allows us to have an open connection between server and clients without any tricks, so we can deliver information and commands in both directions without polling and the like.
So the short answer is you can't just call an URL and be done with it. Please have a look at the wiki (commands and messages) and at the DemoClient (written in c#). That should get you going. Feel free to ask any questions or to extend the wiki if it lacks any information you find interesting.
[2013-09-01 01:12:54,385] [Error ] [MPMain ] [ERROR] - PluginManager: WifiRemote.WifiRemote is tagged as incompatible with the current MediaPortal version and won't be loaded!
Will need to install 1.5 and have a look.Is it possible to make the plugin compatible with MePo 1.5?
Code:[2013-09-01 01:12:54,385] [Error ] [MPMain ] [ERROR] - PluginManager: WifiRemote.WifiRemote is tagged as incompatible with the current MediaPortal version and won't be loaded!
thx johanj, i check thisNot sure if it's included in latest release or only in SVN, but you should be able to start a radio channel(both TV-card or web-channel) with
{Type:"playradiochannel", ChannelId:id}