All Projects → sestus → acestream-openelec

sestus / acestream-openelec

Licence: other
Acestream engine for OpenElec / LibreElec on Raspberry Pi (2-3)

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to acestream-openelec

Gentoo On Rpi 64bit
Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
Stars: ✭ 831 (+2580.65%)
Mutual labels:  rpi, kodi
LudOS
Just enough OS for libretro using the Ludo frontend on a LibreELEC 9.2 base
Stars: ✭ 36 (+16.13%)
Mutual labels:  libreelec
Movian
An advanced media center
Stars: ✭ 235 (+658.06%)
Mutual labels:  rpi
generator-kodi-addon
Yeoman generator for the most common Kodi addon types.
Stars: ✭ 69 (+122.58%)
Mutual labels:  kodi
kodi-nfo-generator
Simple Python-based command-line tool to generate .nfo files for movies and TV series used by Kodi.
Stars: ✭ 37 (+19.35%)
Mutual labels:  kodi
skin.estuary.modv2
A Skin for Matrix/Nexus
Stars: ✭ 57 (+83.87%)
Mutual labels:  kodi
Mocs
My Own Car System, a Go & Qt application for your car
Stars: ✭ 218 (+603.23%)
Mutual labels:  rpi
plugin.video.torrest
Torrest plugin for Kodi
Stars: ✭ 12 (-61.29%)
Mutual labels:  kodi
Selfhosted-Google-Photos-Alternative
A complete guide on exiting Google, Amazon or any proprietary service Photos storage with all the features you would want.
Stars: ✭ 143 (+361.29%)
Mutual labels:  rpi
JavSP
汇总多站点数据的AV元数据刮削器
Stars: ✭ 549 (+1670.97%)
Mutual labels:  kodi
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-41.94%)
Mutual labels:  rpi
ceil
Helmut Hoffer von Ankershoffen experimenting with auto-provisioned RPi cluster running K8S on bare-metal
Stars: ✭ 42 (+35.48%)
Mutual labels:  rpi
documentation
The LibreELEC wiki on GitBooks https://libreelec.wiki
Stars: ✭ 30 (-3.23%)
Mutual labels:  libreelec
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (+706.45%)
Mutual labels:  rpi
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+17580.65%)
Mutual labels:  kodi
Mqtt Io
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
Stars: ✭ 234 (+654.84%)
Mutual labels:  rpi
jellycon
Kodi Addon for Jellyfin
Stars: ✭ 155 (+400%)
Mutual labels:  kodi
PlexMeetsHomeAssistant
Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click
Stars: ✭ 73 (+135.48%)
Mutual labels:  kodi
webgrabplus-siteinipack
Official user supported WebGrab+Plus Siteini.pack repo
Stars: ✭ 133 (+329.03%)
Mutual labels:  kodi
skin.blackglassnova
Black Glass Skins for Kodi
Stars: ✭ 24 (-22.58%)
Mutual labels:  kodi

acestream-openelec

Acestream engine for OpenElec / LibreElec on Raspberry Pi (2-3).

The acestream engine that comes bundled with the plexus addon is a very old version. This results in many acestream links failing to open (this annoying 'Failed to load file' error). In order to fix that, we 're going to update the acestream engine that's used by Plexus.

The version included currently in this repo is acestream engine: 3.1.19.1.

In order to use this acestream engine the plexus addon is needed. For downloading plexus addon check this quide.

As soon as plexus addon is installed, we have to replace the bundled acestream engine with the latest one (3.1.19.1) in our case. To do that, issue the following commands:

# ssh into the rpi (OpenElec / LibreElec)
ssh <kodi ip>
rm -rf ~/.kodi/userdata/addon_data/program.plexus/acestream

# exit from the rpi
exit

# Now we 'll copy the new acestream engine
scp -r acestream <kodi ip>:~/.kodi/userdata/addon_data/program.plexus/

Now acestream engine should be working again.

If using castaway p2p-corner for acestream links (arenavision, livefootball etc), check this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].