Mahlzeit Community,
es gibt ja ein SopCast Plugin für XBMC, welches aber nicht ohne ein paar Änderungen am System auf einem OpenElec System läuft. Ich habe im OpenElec Forum ein Lösungsweg gefunden. ##
Steps to run sopcast on openelec.
1. Openelec i368 build (Tested on Intel i386 1.9.6)
2. Install plugin "plugin.video.x-sopcast-0.2.10" from here => forum.xbmc.org/showthread.php?tid=129996
3. ssh to openelec setup
4. Download libstdcpp5 to storage (needed by sopcast) from here => http://www.sopcast.com/download/libstdcpp5.tgz
5. Unpack libstdcpp5 package
6. Now we need modify readonly openelec system
7. Go to sites.google.com/site/andreierdei/openelec-addons and download "shell.squashfs-tools.squashfs.i386-1.0.0.zip"
8. Install it.
9. Reboot and ssh again
10. Mount flash as rw => mount -o remount,rw /flash
11. Create two dirs in your /storage for example
mkdir system.old
mkdir system.new
12. Mount SYSTEM image to system.old
mount -t squasfs -o loop /flash/SYSTEM /storage/system.old
13. Copy all files from system.old to system.new
cd system.old
cp -a * /storage/system.new
14. Unount system.old
cd ..
umount /storage/system.old
15. Copy all files from unpacked libstcpp5 package to /storage/http://system.new/usr/lib (note: copy with -a option see readme)
16. Create new SYSTEM image
mksquasfs /storage/system.new /storage/SYSTEM
17. Replace old image with new
cd /flash
rm SYSTEM
cp /storage/SYSTEM /flash/SYSTEM
Das ganze hat bei mir nicht funktioniert, da ich auch überhaupt keine Ahnung von Linux habe. Bei mir gab es eine Fehlermeldung beim Mounten des System Images.
Kann vllt. jemand eine ordentliche Step by Step Anleitung oder Doku auf Basis dieser hier erstellen? Also für absolute Linux Newbie's wie ich einer bin?!
Danke schonmal im vorraus!