Play music from URL
#1
Hi guys,

First time poster here, long time lurker. I've run into an issue which I couldn't resolve by searching the forums or the internet. I want to send a music file (http://domain.com/file.mp3) to the player. When I send this file with JSON-RPC all that happens is that the loading icon on XBMC pops up, disappears and then nothing.

My code:
Code:
http://192.168.0.100:8080/jsonrpc?request={"jsonrpc":"2.0","method":"player.open", "params": {"item":{"file":"http://domain.com/file.mp3"}}}
Reply

Logout Mark Read Team Forum Stats Members Help
Play music from URL0