The LATEST OSCAM-EMU FOR VARIOUS PLATFORMS

Status
Not open for further replies.

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11517 Emu-r795
@audi06_19

Changeset [11517]
- fix bug in disablecrccws_only_for also in cacheex
- general disable checksum correction code optimization

Emu r795:
-Added support for BISS2 mode 1 and mode CA *
-Added support for DVB-CISSA algorithm
-Increased descramblers to the actual number available on each box **
-Other small optimizations and improvements

*BISS2 mode 1 works similar to BISS1 mode 1. See Note 10 in https://github.com/oscam-emu/oscam-patched/wiki/BISS1-and-BISS2-mode-1-config for details. BISS2 mode CA is competely different though. See https://github.com/oscam-emu/oscam-patched/wiki/BISS2-mode-CA-config for details.

From this version and on, building OSCam-Emu will require linking with libcrypto due to the extedned use of cryptographic functions in BISS2 code. This means that you must enable the USE_SSL=1 or USE_LIBCRYPTO=1 switches when compiling.

**Previously, OSCam-Emu only used 16 descramblers in enigma2 boxes. Now, all descramblers available in a box (modern boxes have 64 or even 96 descramblers) are used, which means many more channels can be descrambled simultaneously. Fox example, with 16 descramblers only 3 or 4 PowerVu channels could be descrambled at the same time, while with 64 we can descramble ~4 times more.

How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam

Binar OpenSSL version: 1.0.2r
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11517 Patch Update
@audi06_19

The patch allows N.D.S stations (currently only Sky SATs) to potentially overwrite the new 64bit CWs and optionally also throw them.

Please note the following:
- The function is enabled only with "disablecrccws_only_for" and only in oscam.server in the config config.
- you can be sure that with the dropbadcws = 1 in the reader configuration, a potentially incorrect CW is discarded, otherwise there is only one log message and no action is taken
- Bad CW detection basically works with "only" 99.998% accuracy and so can theoretically provide a scam
- Otherwise, the behavior continues to use a 48bit CW to a deception, as in the case of existing baggage, except for the arrival of transmitters
- An incorrect message associated with ır dropbadcws = 1 veya causes the freeze to freeze or the station remains dark at all times when it comes to 48bit CWs.

Channel groups that can make reservations on the N.D.S map and still use 48bit CW will be HD +, ORF, HD Austria and PYUR.

Binary files added.
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
Latest OScam Emu New Method for PVU keys

OScam Emu New Method for PVU keys

-- [dvbapi] Fix for stapi, coolapi, etc
-- [powervu] Added new method for matching ECM and EMM keys

This method is based on enigma2 namespace and it is only available for enigma2 and Tvheadend/VDR software for PC. Also, it does not work with stream relay.

Read the wiki for instructions on how to use it: [url]https://github.com/oscam-emu/oscam-patched/wiki/PowerVU-config#matching-ecm-and-emm-keys-based-on-transponder-new-method---may-2019[/URL]

I attach and new softcam.key from enigma1969 with the new format and the new binary they need
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
New OScam Emu Fix For PVU

-[streamserver] Cosmetics to log messages
-[streamserver + powervu] Use the new key method here as well
We can get the tsid, onid and ens values from the service reference, so this is possible after all. Thanks a friend for reminding.
-[powervu] Don't use the new key method when "ens" is not available
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
New OScam Emu

OScam 11518-emu796

-Added a new method for matching powervu keys *
-Dropped unused videoguard and drecrypt modules
-Other small optimizations and improvements

*The new powervu key method is available for both dvbapi and stream relay, but it works only on devices that support the enigma namespace. Read the wiki for more details:https://github.com/oscam-emu/oscam-patched/wiki/PowerVU-config#matching-ecm-and-emm-keys-based-on-transponder-new-method---may-2019

Note: Starting from this version, we will provide binaries for some of the most common cpu architectures. They are compiled with default settings and are dynamically linked against libcrypto 1.0.2r.

New softcam key
Update:
● Bulsatcom 39°E
● AFN (0E00/0000) [Powervu]
● SISLink (0E00/0000) [Powervu]
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11518 Emu-r796
@audi06_19

Changeset [11518]
-Fixed bug in dvbapi not releasing used descramblers in stapi, coolapi and gxapi boxes
-Increased MAX_STREAM_INDICES back to 32 (it must be equal to MAX_STREAM_PIDS)
-Modified the get_emm_filter_adv() function to accept more arguments
-Cosmetics to module-cccam.c and module-cccam-cacheex.x
-Removed some emu specific code not needed anymore


Emu r796:
-Added a new method for matching powervu keys *
-Dropped unused videoguard and drecrypt modules
-Other small optimizations and improvements

*The new powervu key method is available for both dvbapi and stream relay, but it works only on devices that support the enigma namespace. Read the wiki for more details:https://github.com/oscam-emu/oscam-patched/wiki/PowerVU-config#matching-ecm-and-emm-keys-based-on-transponder-new-method---may-2019
How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
New OScam Emu

OScam 11518-emu796

-[viaccess] Fixed CW checksum bytes for viaccess 2

build enigma1969 & medousa89
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam Svn Update 11.518
@audi06_19

[EMU] r796

-[viaccess] Fixed CW checksum bytes for viaccess 2
-[biss] Increased variable size to avoid potential overflow
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11520 Emu-r796
@audi06_19

Changeset [11520]
-Added support for a higher number of demux devices in CA PMT
-Modern enigma2 boxes with FCB tuners can have many demux devices,
-so a new CA PMT descriptor that allows up to 128 demuxes (descriptor tag 0x86) is now supported.
-Also, the get_demux_options() function is completely re-written,
-so it doesn't care for the order of descriptors inside the CA PMT message.
+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00

-Added new tandberg keys *


Emu r796:
-Added a new method for matching powervu keys *
-Dropped unused videoguard and drecrypt modules
-Other small optimizations and improvements

How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11521 Emu-r796
@audi06_19

Changeset [11521]
- fix webif save issue with high var count
+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00

-Added new tandberg keys *


Emu r796:
-Added a new method for matching powervu keys *
-Dropped unused videoguard and drecrypt modules
-Other small optimizations and improvements

How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11522 Emu-r796
@audi06_19

Changeset [11522]
* Try fix possible regression introduced in rev 11520
+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00

-Added new tandberg keys * #42.0E


Emu r796:
-Added a new method for matching powervu keys *
-Dropped unused videoguard and drecrypt modules
-Other small optimizations and improvements

How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
osacm-emu 11522r769 ipk for PLi by enigma1969
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11523 Emu-r796
@audi06_19

Changeset [11523]
- Revert 11522 and applied correct fix made by nautilus7
+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00

-Added new tandberg keys * #42.0E


How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam 11.523r0 emu796

Code:
-[biss] Bug fixes and improvements to BISS2 mode CA
-[osemu] Cleaned up error codes and did some cosmetics

Bin files to support OpenSSl 1.1.0k

build: enigma1969 & medousa89
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam 11.529 emu796

r11529
[dvbapi] Moved #define's to header file and made a few cosmetic changes
The CA PMT list management defined values are updated with proper info from the corresponding standard, instead of using OpenPLi's poor explanatory text.

r11528
[dvbapi] Moved parsing of CA descriptor to a separate function
This is necessary for the upcoming changes.

r11527
[dvbapi] Moved reading of priority entries in separate functions

Thanks nautilus7


build: enigma1969 & medousa89
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11529 Emu-r796
@audi06_19

Repository history
[dvbapi] Moved #define's to header file and made a few cosmetic changes
- The CA PMT list management defined values are updated with proper info from the corresponding standard, ins tead of using OpenPLi's poor explanatory text.
[dvbapi] Moved parsing of CA descriptor to a separate function
- This is necessary for the upcoming changes.
[dvbapi] Moved reading of priority entries in separate functions
[dvbapi] When parsing PAT, save found PMT pid in the demuxer
- This way we can later start the PMT filter without explicitly passing the PMT pid.
[dvbapi] Changes to a couple of log messages
[dvbapi] Changed variable name (cosmetic)
- dvbapi_parse_capmt() returns the demux_id, not the pmt_pid, so use a proper variable name.

+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00

Added new tandberg keys * #42.0E


How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11530 Emu-r796
@audi06_19


How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,889
OSCam svn11532 Emu-r796
@audi06_19

Repository history
[dvbapi] Small fix to previous commit
- Thanks to "lnj" again!
[dvbapi] DVBAPI_CA_SET_DESCR_DATA struct was not sent correctly to network clients
- Thanks to "lnj" for pointing out and helping.

+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00

Added new tandberg keys * #42.0E

How it works?

FTP files /tmp

Code:
cd /tmp
tar -xf oscam-svn*.tar.gz
rm -rf oscam-svn*.tar.gz
stop your runnig oscam and

Code:
mv -f /tmp/oscam-svn* /usr/bin/oscam your_old_oscam_name
chmod 755 /usr/bin/oscam your_old_oscam_name
restart oscam
 
Status
Not open for further replies.
Top