Kodi Community Forum

Full Version: Help with JSON RPC over HTML
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all , 1st post here normally can get things sorted by reading others posts but not this time. In brief using iRule control app which is ok for what I'm doing. Need to add basic transport controls using JSON method previously I used HTTP but seeing as this is now depleted I need to work this out.

I can send HTTP as follows in a browser :

Http://myipaddress:8080/jsonrpc

And get reply that Json is running ! I've tried every syntax possible for adding the JSON command after this but no luck.

Can someone show me correct syntax for a simple command like
AudioPlayer.Stop. Or tell me that you can't send a JSON command in this way.

So in brief I need a complete http:// that includes address and command.

Many thanks in advance