host aenderung

This commit is contained in:
W01f 2015-02-16 21:42:19 +00:00
parent 48ba29623e
commit 55b37615f1
1 changed files with 1 additions and 1 deletions

2
TV.mw
View File

@ -8,7 +8,7 @@ Experimente zur Fernsteuerung des Fernsehers [https://www.npmjs.com/package/upnp
[http://kodi.tv/ Homepage] [http://kodi.wiki/ Wiki]
=== Remote Start eines YouTube-Videos ===
: <source lang=bash>curl -XPOST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "Player.Open", "params":{"item" :{ "file" : "plugin://plugin.video.youtube/?action=play_video&videoid=quVpSK74zy8" }}}' http://raspbmc-2.local/jsonrpc</source>
: <source lang=bash>curl -XPOST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "Player.Open", "params":{"item" :{ "file" : "plugin://plugin.video.youtube/?action=play_video&videoid=quVpSK74zy8" }}}' http://k-ot:k-ot@okodi.local/jsonrpc</source>
Mehr Plugin URI Schemes gibt es bei https://github.com/khloke/play-to-xbmc-chrome/blob/master/js/xbmc-helper.js .
=== Remote Start eines MP4-Videos von HTTP ===