/* XBMC */ Cache vergrößern

This commit is contained in:
Astro 2014-11-02 00:59:55 +00:00
parent 05c6ac5fe3
commit 069ad2b1f4

13
TV.mw
View File

@ -8,6 +8,19 @@ Findet Videos von <code>[[cider]]:/mnt/videos</code>.
<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
=== Cache vergrößern ===
<pre>
ssh root@xbmc.local
openelec
cat > .xbmc/userdata/advancedsettings.xml
<advancedsettings>
<network>
<cachemembuffersize>20971520</cachemembuffersize>
</network>
</advancedsettings>
^D
</pre>
== H.264-Streaming von Bildschirminhalten ==