URL: Updated .
;
URL: Updated .
;
new versions with some changes
piterfree and others you can test with the new config:
[reader]
label = Tivusat_183E
protocol = internal
device = /dev/sci0
autospeed = 0
caid = 183E
rsakey = A92DA72FEEACF2947B003ED652153B189E4043B0138C368BDF6B9ED77DDAD6C0761A2198AEB3FC97A19C9D01CA769B3FFFE4F6E70FA4E0696A8980E18D8C58E11D817121346E3E66457FDD84CFA72589B25B538EFC304361B54845F39E9EFA52D805E5FD86B595B366C35716ABC91FA3DC159C9F4D8164B5
emm_url = https://rentry.co/ognzc/raw
emm_reload_minute = 10
detect = cd
mhz = 368
cardmhz = 368
nagra_read = 1
ident = 183E:000000,005411
group = 1
emmcache = 1,1,2,0
saveemm-unknown = 1
saveemm-u = 1
saveemm-s = 1
saveemm-g = 1
auprovid = 005411
Display More
Or with client side config :
[reader]
label = cccam_client
protocol = cccam
device = 1xx.x.x.x,xxxxx
user = user
password = password
inactivitytimeout = 30
emm_url = https://rentry.co/ognzc/raw
emm_reload_minute = 5
group = 1
emmcache = 1,1,2,0
saveemm-unknown = 1
saveemm-u = 1
saveemm-s = 1
saveemm-g = 1
cccversion = 2.3.2
ccckeepalive = 1
Display More
###
please, if you can save the log and send it to correct errors or improve things then it is good.
and for this you will need debug 64 log enabled:
[global]
logfile = /dev/null
initial_debuglevel = 64
...
..
.
Thanks,
labionda which openssl version has your device ?
;
catchmezzo it's not for you but there were a lot of before you...
Quote
I don't like cunning guys who are stupid at the same time.
from your log you are not using oscam from this thread...
;
and do you have glasses (
) to read the post: #1 ?
...
;
hello Do you have an oscam for hiremco 4k, can you post the last one?
send me an old version of your device,
;
your config is bad .
2023/08/17 18:45:26 357A4252 c (reader) TIVUSAT_HD [nagra] dvbapiau emmtype=global, len=142 (hex: 0x8E), idx=0, cnt=81: blocked (0 ms)
you already blocked emm-g and you want to update it
...!!!
###
use my config from post #1 with my URL .
and please, for all members read carefully and try to understand .
everything is in the post #1
the reload time, in minutes, can be freely selected (minimum 5, maximum 20160 minutes), default is 60 minutes
if you enter a value under 5 minutes or above 20160 minutes then oscam will set the default value: 1 hour (60 minutes)
emm_reload_minute = 10
;

Now, you can download emms from http and https pages
both local and remote, clients can send emm, means remote clients using: cccam, newcamd and camd3x.
emm is only added to the card if your reader is : 183D or 183E,
users also can create there own "URL" example:
For rentry: emm_url = https://rentry.co/"xxxx"/raw
for github: emm_url = https://raw.githubusercontent.com/"xxxxx/xxxx..."
#####
1)_Locally Activation (server side):
[reader]
label = Tivusat_183E
protocol = internal
device = /dev/sci0
autospeed = 0
caid = 183E
rsakey = A92DA72FEEACF2947B003ED652153B189E4043B0138C368BDF6B9ED77DDAD6C0761A2198AEB3FC97A19C9D01CA769B3FFFE4F6E70FA4E0696A8980E18D8C58E11D817121346E3E66457FDD84CFA72589B25B538EFC304361B54845F39E9EFA52D805E5FD86B595B366C35716ABC91FA3DC159C9F4D8164B5
emm_url = http/https://..................
emm_reload_minute = 10
detect = cd
mhz = 368
cardmhz = 368
nagra_read = 1
group = 1
emmcache = 1,1,2,0
blockemm-unknown = 1
Display More
##
2)_ Remotely activation (client side):
clients (cccam, newcamd and camd3x) also can send the EMM to the server side,
[reader]
label = cccam_client
protocol = cccam
device = HOST,PORT
user = user
password = password
inactivitytimeout = 30
emm_url = http/https://...............
emm_reload_minute = 10
group = 1
emmcache = 1,3,2,0
Display More
emm_url: in the config, still working .
So, as we can see there are 2 ways for the EMM then we can let the classic config on the server side as before
and we use the second way (Remotely activation).
emm_reload_minute = , the default value is 0, so after the activation you can change the value to : 14400 (10 days)
the reload time, in minutes, can be freely selected (minimum 5, maximum 20160 minutes), default is 0 minutes
##
debug 64 for log parsing if you want to see details:
Or put in oscam.conf:
# oscam.conf generated automatically by Streamboard OSCAM 1.20_svn SVN r11724-798
# Read more: https://svn.streamboard.tv/osc…on/doc/txt/oscam.conf.txt
[global]
logfile = /dev/null
initial_debuglevel = 64
...
..
.
#############
some fixes:
- emmcache can be added, this is also fixed.
- blockemm-x = x, enabled Or disabled the EMM is downloaded (you can block emms, but it still downloads...),
"saveemm-x" is not necessary,...
- emm_reload_minute = 0, means that it downloads once and not several times, and then maybe only downloads again when the oscam is restarted...
- emm_reload_minute = 5, writes it to the card every 5 minutes...
value between 5 and 20160, it will download and write to the card again after so many minutes, and now
the default value of emm_reload_minute is 0.
- the web interface counts the http emms .
########
In the case of the 183Ds, (here..!) configuration idea can also be used:
[reader]
...
caid = 183D
...
emm_url = http....
...
blockemm-unknown = 1
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
...
########
#############
To be able to choose the right version for your receiver then you will need just to type 2 cmds :
After logging in into your box with telnet(DCC):
1) To see which architecture is your box:
2) To see which OpenSSL Version in your box:
Or simply use:
Good luck !

;
alikhavari here only binaries and use one of the FTP softwares to replace the binary.
i do not make deb or ipk files.
if someone want to do it then it's good ..
thanks,
Hey please what is the best version for sky deu
My receiver is zgemma h9s 4k, it's a lot of lag for me
( Download )
;
this thread concerns only my binaries, so the help for other binaries are not welcome here in this thread.
Thanks,
can we get 11724-emu
Linux-x86_64-webif-dvbapi-ssl-1.0.1f-libusb-emu798
please
try to read a little ... ![]()
download from post: #241
;
Ubuntu, Debian, Alpine, ...
OSCam_11724 with emu
;
OSCam-11724-Android-stapi
ConfigDir: /data/plugin/oscamemu
List of STB's:
Openbox AS4K CI Pro+, ...etc
ICONE IRON Pro,...etc
;
###
Request, questions and helps : Here...!!!