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 (config) services reloaded: 0 services freed, 1 services loaded, rejected 0
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 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 (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
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?
Use this "fork" of oscam GitHub - nx111/oscam: My working oscam code,update with http://www.streamboard.tv/svn/oscam trunk.
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
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