Oscam Icam Sky DE and UK

There are 1,135 replies in this Thread which was already clicked 432,324 times. The last Post () by abu baniaz.

  • I compiled OSCam for TV Card, will it work? Since I don't have a satellite, I can't test it.


    +-------------------------------------------------------------------------------

    | OSCam ver: 1.20_svn rev: 11715-798 target: x86_64-pc-cygwin-ssl-libusb-pcsc
    | Tools:
    | CROSS =
    | CC = gcc
    | Settings:
    | CONF_DIR = /etc/tuxbox/config
    | CC_OPTS = -O2 -ggdb -pipe -ffunction-sections -fdata-sections
    | CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
    | CFLAGS = -fexpensive-optimizations -mmmx -msse -msse2 -msse3 -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_LIBUSB=1 -DWITH_PCSC=1 -I/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../lib/../include/w32api/PCSC -I/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../lib/../include/w32api/../local/include/PCSC
    | LDFLAGS = -Wl,--gc-sections -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_LIBUSB=1 -DWITH_PCSC=1 -I/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../lib/../include/w32api/PCSC -I/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../lib/../include/w32api/../local/include/PCSC
    | LIBS = -lssl -lcrypto /lib/libusb-1.0.dll.a -lwinscard -lm -lpthread -ldl
    | UseFlags = USE_SSL=1 USE_LIBCRYPTO=1 USE_LIBUSB=1 USE_PCSC=1
    | Config:
    | Addons : WEBIF WEBIF_LIVELOG WEBIF_JQUERY WITH_SSL HAVE_DVBAPI READ_SDT_CHARSETS I****O_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CS_CACHEEX_AIO CW_CYCLE_CHECK WITH_EMU WITH_SOFTCAM
    | Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM CONSTCW
    | Readers : NAGRA NAGRA_MERLIN I****O CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
    | CardRdrs : PHOENIX INTERNAL STINGER SMART PCSC
    | Compiler : gcc (GCC) 11.3.0
    | Config : build/x86_64-pc-cygwin-ssl-libusb-pcsc/config.mak
    | Binary : Distribution/oscam-1.20_svn11715-798-x86_64-pc-cygwin.exe-ssl-libusb-pcsc
    +-------------------------------------------------------------------------------

    HOSTCC webif/pages_gen
    GEN webif/pages.c
    GEN Compressed 477664 template bytes into 178714 bytes. 298950 saved bytes (62.59%).
    CC cscrypt/des.c
    CC cscrypt/i_cbc.c
    CC cscrypt/i_ecb.c
    CC cscrypt/i_skey.c
    CC cscrypt/md5.c
    CC cscrypt/rc6.c
    CC cscrypt/mdc2.c
    CC cscrypt/fast_aes.c
    CC cscrypt/sha256.c
    CC csctapi/atr.c
    CC csctapi/icc_async.c
    CC csctapi/io_serial.c
    CC csctapi/protocol_t0.c
    CC csctapi/protocol_t1.c
    CC csctapi/ifd_pcsc.c
    CC csctapi/ifd_phoenix.c
    CC csctapi/ifd_sci.c
    CC csctapi/ifd_smartreader.c
    csctapi/ifd_smartreader.c:903:15: UYARI: dönen tür 'int' türüne öntanımlıdir [-Wimplicit-int]
    903 | static WINAPI read_callback(struct libusb_transfer *transfer)
    | ^~~~~~~~~~~~~
    csctapi/ifd_smartreader.c: 'read_callback' işlevinde:
    csctapi/ifd_smartreader.c:930:33: UYARI: dönüş değeri void olmayan işlevde 'return' değer içermiyor [-Wreturn-type]
    930 | return;
    | ^~~~~~
    csctapi/ifd_smartreader.c:903:15: bilgi: declared here
    903 | static WINAPI read_callback(struct libusb_transfer *transfer)
    | ^~~~~~~~~~~~~
    CC csctapi/ifd_stinger.c
    CC minilzo/minilzo.c
    CC module-anticasc.c
    CC module-cacheex.c
    CC module-camd35-cacheex.c
    CC module-camd35.c
    CC module-cccam-cacheex.c
    CC module-cccam.c
    CC module-cccshare.c
    CC module-constcw.c
    CC module-emulator.c
    CC module-emulator-osemu.c
    CC module-emulator-streamserver.c
    CC module-emulator-biss.c
    CC module-emulator-cryptoworks.c
    CC module-emulator-director.c
    CC module-emulator-i****o.c
    CC module-emulator-nagravision.c
    CC module-emulator-powervu.c
    CC module-emulator-icam.c
    CC module-emulator-viaccess.c
    CC ffdecsa/ffdecsa.c
    In file included from ffdecsa/ffdecsa.c:78:
    ffdecsa/ffdecsa.c: 'decrypt_packets' işlevinde:
    ffdecsa/parallel_generic.h:86:46: UYARI: 'block_out' may be used uninitialized [-Wmaybe-uninitialized]
    86 | *pd = *ps1 ^ *ps2; }while(0)
    | ^~~~
    ffdecsa/ffdecsa.c:1009:7: bilgi: in expansion of macro 'XOR_8_BY'
    1009 | XOR_8_BY(encp[g],ib+8*g,block_out+8*g);
    | ^~~~~~~~
    ffdecsa/ffdecsa.c:731:26: bilgi: 'block_out' declared here
    731 | MEMALIGN unsigned char block_out[GROUP_PARALLELISM*8];
    | ^~~~~~~~~
    In file included from ffdecsa/ffdecsa.c:78:
    ffdecsa/parallel_generic.h:94:38: UYARI: 'block_out' may be used uninitialized [-Wmaybe-uninitialized]
    94 | *pd = *ps; }while(0)
    | ^~~
    ffdecsa/ffdecsa.c:1015:7: bilgi: in expansion of macro 'COPY_8_BY'
    1015 | COPY_8_BY(encp[g],block_out+8*g);
    | ^~~~~~~~~
    ffdecsa/ffdecsa.c:731:26: bilgi: 'block_out' declared here
    731 | MEMALIGN unsigned char block_out[GROUP_PARALLELISM*8];
    | ^~~~~~~~~
    In file included from ffdecsa/ffdecsa.c:78:
    ffdecsa/parallel_generic.h:94:38: UYARI: 'block_out' may be used uninitialized [-Wmaybe-uninitialized]
    94 | *pd = *ps; }while(0)
    | ^~~
    ffdecsa/ffdecsa.c:1036:5: bilgi: in expansion of macro 'COPY_8_BY'
    1036 | COPY_8_BY(encp[g],block_out+8*g);
    | ^~~~~~~~~
    ffdecsa/ffdecsa.c:731:26: bilgi: 'block_out' declared here
    731 | MEMALIGN unsigned char block_out[GROUP_PARALLELISM*8];
    | ^~~~~~~~~
    CC module-csp.c
    CC module-cw-cycle-check.c
    CC module-dvbapi-chancache.c
    CC module-dvbapi.c
    CC module-gbox-helper.c
    CC module-gbox-sms.c
    CC module-gbox-remm.c
    CC module-gbox-cards.c
    CC module-gbox.c
    CC module-ird-guess.c
    CC module-monitor.c
    CC module-newcamd.c
    CC module-newcamd-des.c
    CC module-radegast.c
    CC module-scam.c
    CC module-stat.c
    CC module-webif-lib.c
    CC module-webif-tpl.c
    CC module-webif.c
    CC webif/pages.c
    CC reader-common.c
    CC reader-bulcrypt.c
    CC reader-conax.c
    CC reader-cryptoworks.c
    CC reader-dgcrypt.c
    CC reader-dre.c
    CC reader-dre-cas.c
    CC reader-dre-common.c
    CC reader-dre-st20.c
    CC reader-griffin.c
    CC reader-i****o.c
    CC reader-nagra-common.c
    CC reader-nagra.c
    CC reader-nagracak7.c
    CC reader-seca.c
    CC reader-tongfang.c
    CC reader-viaccess.c
    CC reader-videoguard-common.c
    CC reader-videoguard1.c
    CC reader-videoguard12.c
    CC reader-videoguard2.c
    CC oscam-aes.c
    CC oscam-array.c
    CC oscam-hashtable.c
    CC oscam-cache.c
    CC oscam-chk.c
    CC oscam-client.c
    CC oscam-conf.c
    CC oscam-conf-chk.c
    CC oscam-conf-mk.c
    CC oscam-config-account.c
    CC oscam-config-global.c
    CC oscam-config-reader.c
    CC oscam-config.c
    oscam-config.c: 'read_cccamcfg' işlevinde:
    oscam-config.c:1601:33: UYARI: 'caid' bildirimi bir global bildirimi gölgeliyor [-Wshadow]
    1601 | int32_t caid = 0, prid = 0;
    | ^~~~
    oscam-config.c:29:10: bilgi: shadowed declaration is here
    29 | uint32_t caid;
    | ^~~~
    CC oscam-ecm.c
    CC oscam-emm.c
    CC oscam-emm-cache.c
    CC oscam-failban.c
    CC oscam-files.c
    CC oscam-garbage.c
    CC oscam-lock.c
    CC oscam-log.c
    CC oscam-log-reader.c
    CC oscam-net.c
    CC oscam-llist.c
    CC oscam-reader.c
    CC oscam-simples.c
    CC oscam-string.c
    CC oscam-time.c
    CC oscam-work.c
    CC oscam.c
    CONF build/x86_64-pc-cygwin-ssl-libusb-pcsc/config.c
    LINK Distribution/oscam-1.20_svn11715-798-x86_64-pc-cygwin.exe-ssl-libusb-pcsc.debug
    STRIP Distribution/oscam-1.20_svn11715-798-x86_64-pc-cygwin.exe-ssl-libusb-pcsc
    BUILD Distribution/list_smargo-1.20_svn11715-798-x86_64-pc-cygwin.exe-ssl-libusb-pcsc

  • you need recorded .ts file size (10 to 15 minutes ) for testing request for .ts file in forum who have reseption sky-DE give you download link here

    pc or laptop & A router whare you set ip +port forword adress for dvb smart

    smart dvb program + vpluging includided sharing option

    you can decode a recorded .ts with oscam server offline mode .

    for complete detail wait ...

  • you need recorded .ts file size (10 to 15 minutes ) for testing request for .ts file in forum who have reseption sky-DE give you download link here

    pc or laptop & A router whare you set ip +port forword adress for dvb smart

    smart dvb program + vpluging includided sharing option

    you can decode a recorded .ts with oscam server offline mode .

    for complete detail wait ...

    I have Turksat and Hotbird satellite. The dvb player I use is ALTDVB and DVBVIEWER

  • Ciao ,

    Hey ragazzi! poter installare oscam icam su un uclan (braccio)

    su openpli-openatv ecc c'è un file ipk o devi installarlo manualmente? Grazie per avermi aiutato :) Buona giornata !!:faccia sorridente:


    Ustym4kpro_OpenPli 8.3 iCan Tedeschi_ok

    Code
    OpenPli 8.3 iCan Tedeschi scompattare nel decoder con Dcc come stanno le cartelle e file e dare i diritti 755 ricordarsi di metter le proprie device = wwwwwwwwwww,10000 user = userrrrrrrrrr password = passsssssssssss
    Code
    https://mega.nz/file/BwYTSLoT#JmotzSpWVx23W6O3heLL3PRAZYin_M5NSCEqYGCHicw
    VuSolo_VuSOLO.PRO_VuZero_VuSOLO2 SE_DR.800sim japar ed 800SEsim a8p_Mutant 51_4k_GB.UE.4k_DM.920
  • Thanks , now in the menu softcam i have oscam-cak7 , what do you mean by giving 755 rights?

  • Is there anyway to auto select the audio stream track to English with the stream relay , its kinda annoying having to manually click on English each channel change

    every stream is produced individually, so the answer to your question is NO

    Not all streams have multiple languages

    Edited once, last by cosy ().

  • Is there anyway to auto select the audio stream track to English with the stream relay , its kinda annoying having to manually click on English each channel change

    Have you selected English audio language as Nr 1 in Setup>Audio>Audio/EPG Language Settings?

    All my icam movie channels kick in with english audio when it is available. (octagon sf8008/openATV image).

    octagon sf8008 4K combo

  • Is there anyway to auto select the audio stream track to English with the stream relay , its kinda annoying having to manually click on English each channel change

    I believe yes , DM 900 box can do that by simply pressing audio button on remote ,you can see variety audios according to each particular program , you can select which language you prefer , if it has multiple audios.

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!