/* XBMC */ Remote Start eines YouTube-Videos

This commit is contained in:
Astro 2014-08-01 20:03:14 +00:00
parent 93acf5323d
commit 416508adc8
1 changed files with 7 additions and 0 deletions

7
TV.mw
View File

@ -2,6 +2,13 @@
Findet Videos von <code>[[cider]]:/mnt/videos</code>.
== XBMC ==
=== Remote Start eines YouTube-Videos ===
<pre>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</pre>
Mehr Plugin URI Schemes hier: https://github.com/khloke/play-to-xbmc-chrome/blob/master/js/xbmc-helper.js
== H.264-Streaming von Bildschirminhalten ==
=== Lokal ===