How to update the Librtmp in Openelc 3.2.4 in Rasbery PI
#1
Question 
Dear Friend,
I'm trying to run the Bein sport channels in Mash up (Live Streams/Crusader Arabic Streams) add-on. I found an important messange about updating the Librtmp.
Can anyone help me or guide me to do that ?

Thanks
Reply
#2
Have you tried HERE
Reply
#3
(2014-02-19, 15:28)Rastan Wrote: Have you tried HERE

Yes I did that. There are several ways. I did the Librtmp.so.0 using Putty but what about the Zip file (the red penguin)?

Thanks
Reply
#4
Have you read the first post in the librtmp thread, specifically the section that discusses updating OpenELEC?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#5
(2014-02-19, 17:55)MilhouseVH Wrote: Have you read the first post in the librtmp thread, specifically the section that discusses updating OpenELEC?

OK I will read it now. Thanks
Reply
#6
(2014-02-19, 17:55)MilhouseVH Wrote: Have you read the first post in the librtmp thread, specifically the section that discusses updating OpenELEC?

Yes, I checked it now. I did that already. So, I think it updated now.

Thanks a lot.

Ali
Reply
#7
I (think) I updated the files, but what is the easiest way to check if everything went fine?
Reply
#8
(2014-06-03, 07:40)FAMMAR Wrote: I (think) I updated the files, but what is the easiest way to check if everything went fine?

Run:
Code:
journalctl --no-pager -u xbmc-autostart
You should see output similar to the following:
Code:
-- Logs begin at Tue 2014-06-03 06:41:26 BST, end at Tue 2014-06-03 06:43:49 BST. --
Jun 03 06:41:27 rpi512 systemd[1]: Starting XBMC user autostart script...
Jun 03 06:41:27 rpi512 autostart.sh[420]: Adding 3rd Party libraries to LD_LIBRARY_PATH!
Jun 03 06:41:27 rpi512 autostart.sh[428]: Mounting RAM-based /var/tmp/libhack/3rdparty - requesting 1896k
Jun 03 06:41:28 rpi512 autostart.sh[441]: Succesfully updated /etc/profile.d
Jun 03 06:41:28 rpi512 systemd[1]: Started XBMC user autostart script.
If you haven't included mktmplib then you won't have the 3rd line (RAM-based blah blah).

If you don't see any lines that resemble those above, then double check whatever you have done, and if you're still stuck paste up whatever you see.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#9
-- Logs begin at Tue 2014-06-03 08:30:07 CEST, end at Tue 2014-06-03 08:31:22 CEST. --
Jun 03 08:30:07 OpenELEC systemd[1]: Starting XBMC user autostart script...
Jun 03 08:30:08 OpenELEC autostart.sh[348]: Adding 3rd Party libraries to LD_LIBRARY_PATH!
Jun 03 08:30:08 OpenELEC autostart.sh[356]: Mounting RAM-based /var/tmp/libhack/3rdparty - requesting 1888k
Jun 03 08:30:08 OpenELEC autostart.sh[368]: Succesfully updated /etc/profile.d
Jun 03 08:30:08 OpenELEC systemd[1]: Started XBMC user autostart script.

That's all I get now (running Gotham on Pi)

"If you haven't included mktmplib then you won't have the 3rd line (RAM-based blah blah)."

Do I have to have this mktmplib ? or can I disable it with:

mv /storage/lib /storage/lib.bak && sync
reboot
Reply
#10
(2014-06-03, 08:23)FAMMAR Wrote: Do I have to have this mktmplib ?

You have it installed and functioning. Personally I'd leave it enabled.

(2014-06-03, 08:23)FAMMAR Wrote: or can I disable it with:

You can disable mktmplib by removing the script, then rebooting:
Code:
rm /storage/.config/mktmplib && sync
reboot

If you want to re-enable it, you'll need to re-install it (download it again).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#11
(2014-02-19, 14:53)alisaher2000 Wrote: Dear Friend,
I'm trying to run the Bein sport channels in Mash up (Live Streams/Crusader Arabic Streams) add-on. I found an important messange about updating the Librtmp.
Can anyone help me or guide me to do that ?

Thanks

Trie this :
https://www.youtube.com/watch?v=cYUCN-h032Y
Reply

Logout Mark Read Team Forum Stats Members Help
How to update the Librtmp in Openelc 3.2.4 in Rasbery PI0