[Android] open youtube video on xbmc from my android app
#1
I know that if I put this url in a browser

Code:
http://IP:PORT/jsonrpc?request={"jsonrpc":"2.0","method":"XBMC.Play","params":{"file":"plugin://plugin.video.youtube/?action=play_video&videoid=VIDEO_ID"},"id":1}

then xbmc will open the video thanks to the yuotube plugin. Now what I want to do is to launch the youtube video from my Android app instead of a browser, but I don't know the right way to do this. Have I to play with JSON in my Android app, or have I simply to do an http get/post?
I'm new to xbmc and json...please, can someone address me on the right way?
Reply

Logout Mark Read Team Forum Stats Members Help
[Android] open youtube video on xbmc from my android app0