Any chance someone can share the latest oscam-emu for libreelec 9.0 ( generic X86 -64 )
I can only find some builds for ARM based processors ( libreelec for s905/912 boxes etc)
Thanks...
Any chance someone can share the latest oscam-emu for libreelec 9.0 ( generic X86 -64 )
I can only find some builds for ARM based processors ( libreelec for s905/912 boxes etc)
Thanks...
No reply at all means
1. i should either change OS or
2. if i insist in using Libre i should buy some of those "all-in-one" Chinesee boxes,
am i correct? Maybe i m missing something
Try this, is not the last one, but it works. Remember not to update, disable automatic updates.
Many thanks L... i appreciate your help ...
I will definitely try!
6 more people already downloaded before me (!!!), so it looks like more people need it,
i m hoping whenever someone has a newer version to post it here and keep this topic alive with updates
Edit, April 10: File deleted.
Here is an update for anyone needing the latest emu version
First, install service from Livs post above.
As explained do not update ( you can disconnect the internet when installing, and re connect after you uncheck the "auto update" button in Kodi ( My addons > services ) to prevent future updates
The, replace the oscam file found in folder .kodi\addons\service.softcam.oscam\bin with the one attached in my post
In my case, it works fine with Milhouse latest nightly :
2019/03/23 23:26:00 00000000 s debug_level=64
2019/03/23 23:26:00 00000000 s (main) System name = Linux
2019/03/23 23:26:00 00000000 s (main) Host name = LibreELEC
2019/03/23 23:26:00 00000000 s (main) Release = 5.0.3
2019/03/23 23:26:00 00000000 s (main) Version = #1 SMP Fri Mar 22 21:05:10 GMT 2019
2019/03/23 23:26:00 00000000 s (main) Machine = x86_64
2019/03/23 23:26:00 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 24161
2019/03/23 23:26:00 00000000 s (config) services reloaded: 0 services freed, 1 services loaded, rejected 0
2019/03/23 23:26:00 00000000 s (emu) OSCam-Emu version 791
2019/03/23 23:26:00 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2019/03/23 23:26:00 00000000 s (main) signal handling initialized
2019/03/23 23:26:00 00000000 s (config) 5 provid's loaded
2019/03/23 23:26:00 00000000 s (config) 146 service-id's loaded in 0 ms
2019/03/23 23:26:00 00000000 s (reader) emulator [emu] creating thread for device emulator
2019/03/23 23:26:00 00000000 s (reader) SoftCam.Key [constcw] creating thread for device /storage/.kodi/userdata/addon_data/service.softcam.oscam/config/SoftCam.Key
2019/03/23 23:26:00 00000000 s (emmcache) loading emmcache disabled since no reader is using it!
2019/03/23 23:26:00 00000000 s (emmcache) loading emmstats disabled since no reader is using it!
2019/03/23 23:26:00 52F67EF3 r (reader) emulator [emu] Reader initialized (device=emulator, detect=cd, mhz=357, cardmhz=357)
2019/03/23 23:26:00 61F1AB6C p (constcw) Local reader: SoftCam.Key (file: /storage/.kodi/userdata/addon_data/service.softcam.oscam/config/SoftCam.Key)
2019/03/23 23:26:00 61F1AB6C p (reader) SoftCam.Key [constcw] proxy initialized, server /storage/.kodi/userdata/addon_data/service.softcam.oscam/config/SoftCam.Key:0
2019/03/23 23:26:00 3F296FFC c (client) plain dvbapi-client granted (tvheadend, au=auto (2 reader))
2019/03/23 23:26:00 3F296FFC c (dvbapi) dvbapi channelcache loaded from /storage/.kodi/userdata/addon_data/service.softcam.oscam/config/oscam.ccache
2019/03/23 23:26:00 3F296FFC c (dvbapi) Using TCP listen socket, API forced to DVBAPIv3 (0), userconfig boxtype: 11
2019/03/23 23:26:00 72A7A07F h (webif) webif: decompressed 180628 bytes back into 446048 bytes
2019/03/23 23:26:00 72A7A07F h (webif) HTTP Server running. ip=0.0.0.0 port=8888
2019/03/23 23:26:01 52F67EF3 r (reader) emulator [emu] card detected
2019/03/23 23:26:02 52F67EF3 r (reader) emulator [emu] found card system emu
2019/03/23 23:26:02 52F67EF3 r (reader) emulator [emu] THIS WAS A SUCCESSFUL START ATTEMPT No 1 out of max allotted of 1
2019/03/23 23:26:02 52F67EF3 r (emu) Reading key file
Display More
It is much easier to replace oscam.bin in the service file and just install.
can someone please build a x86 bin for libreelec from the latest oscam (11516) ?
yes, that would be great!!
where can i find an howto for compiling oscam from source for kodi?
i use ubuntu. should i just run make? Any special configs for Libreelec? Later after building, just replace the old bin?
i did it like this in a ubuntu vm and it worked for me
install everything needed to compile oscam
sudo apt-get update && sudo apt-get install build-essential subversion libssl-dev libpcsclite-dev libusb-1.0-0-dev dialog pcscd
get the latest build from the official oscam svn
configure the build with all the options i need (like smartcardreaders etc.)
build it with libusb support (not sure if this is needed or a simple make does the same job...think i accidently build it once with PCSC support. libreelec doesnt have the pcsc librarys and it didnt work than...so thats why i used this)
when the build is complete
and there should be your new shining oscam build similar to a filename like this
copy it to your librelec box into
give it a test run with --help to see if it pops any errors
disable the oscam addon in kodi for now
rename the old oscam binary to oscamold (for backup purpose)
rename the new oscam binary to oscam and make sure its chmod 755
enable oscam addon in kodi
profit.
thx, but how can i build for other systems like Raspberry or Rockchip? i think crosscompiling is right?
there are already pullrequest made for LE oscam: update to 11517 by CvH · Pull Request #3461 · LibreELEC/LibreELEC.tv · GitHub
you need to edit LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
latest version is a2ee0528f1de527748aaf7a79982ed112ffa3183 Public Git Hosting - oscam.git/summary (click commit and you see the hash)
you can delete this line LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub or you need to change it to the sha256 hash of the coscam.tar.gz that is downloaded from the url above
LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
is just cosmetic but you can change it to currently 11517
I am not too sure when the update is rolled into the addon repo as our buildserver has some random issue at the moment.
thx CvH Danke
here is my new build! Its for Rockpi
here is the cosmetic version
Could somebody make a 11517 build for wetek play 1? Thank you