01-05-2014, 12:13 PM
Hi all,
==I've removed all links from this post, since the forums think I am spamming, sorry==
I am installing OpenElec on a raspberry pi, and very happy so far. Now, I am trying to get Sopcast to work, following the steps found here (link removed).
I couldn't find any of the things described on the places linked to (it's an old post) but tried to make it work nonetheless:
Found sopcast by following the first link here (link removed) and installed it. I can browse channels, but the streams will not play. I guess because I haven't installed the library mentioned?
So, after not being able to find mksquash on the the site mentioned (all I got was a png image when clicking the link?), I installed the repo mentioned here (link removed), and installed it from the main add-on installation gui.
But then, when I got to step 12 in the guide above :
I got the following errormessage:
Since I am not entirely sure what I am doing here, I have no idea what this means, or how to solve it. Thanks for any help.
==I've removed all links from this post, since the forums think I am spamming, sorry==
I am installing OpenElec on a raspberry pi, and very happy so far. Now, I am trying to get Sopcast to work, following the steps found here (link removed).
Quote: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 => link removed
3. ssh to openelec setup
4. Download libstdcpp5 to storage (needed by sopcast) from here => link removed
5. Unpack libstdcpp5 package
6. Now we need modify readonly openelec system
7. Go to <link removed> 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
12. Mount SYSTEM image to system.oldCode:mkdir system.old
mkdir system.new
13. Copy all files from system.old to system.newCode:mount -t squasfs -o loop /flash/SYSTEM /storage/system.old
14. Unount system.oldCode:cd system.old
cp -a bbcode.txt done insert_posts.sh mybb_posts.csv mybb_posts.sql new newnew oej34_kunena_messages.csv oej34_kunena_messages_text.csv oej34_kunena_messages_text.sql oej34_kunena_users_banned.csv oej34_kunena_users.csv oej34_users.csv old openelecj34prod.sql posts.sh replace.sh table_posts test.csv test.txt update_sample.sql /storage/system.new
15. Copy all files from unpacked libstcpp5 package to /storage/system.new/usr/lib (note: copy with -a option see readme)Code:cd ..
umount /storage/system.old
16. Create new SYSTEM image
17. Replace old image with newCode:mksquasfs /storage/system.new /storage/SYSTEM
18. Reboot and run sopcast from plugins under video sectionCode:cd /flash
rm SYSTEM
cp /storage/SYSTEM /flash/SYSTEM
19. Check xbmc thread for other configuration tips and usage help.
I couldn't find any of the things described on the places linked to (it's an old post) but tried to make it work nonetheless:
Found sopcast by following the first link here (link removed) and installed it. I can browse channels, but the streams will not play. I guess because I haven't installed the library mentioned?
So, after not being able to find mksquash on the the site mentioned (all I got was a png image when clicking the link?), I installed the repo mentioned here (link removed), and installed it from the main add-on installation gui.
But then, when I got to step 12 in the guide above :
Quote:12. Mount SYSTEM image to system.old
Code:mount -t squasfs -o loop /flash/SYSTEM /storage/system.old
I got the following errormessage:
Code:
mount: mounting /dev/loop1 on /storage/system.old failed: No such device
Since I am not entirely sure what I am doing here, I have no idea what this means, or how to solve it. Thanks for any help.