Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 11 of 26 FirstFirst ... 69101112131621 ... LastLast
Results 101 to 110 of 256

Thread: ║➽║OScam║➽║ OScam emu Changelogs ║🔴 v.11.965║

  1. #101
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417

    Re: OSCam Emu chat

    Changeset OsCam 11813
    New Update:22.07.2024
    Changeset 11813 (1ecc214e)
    Show compression information
    * additional entry for compression tool, version and level in the oscam.version file..
    * generation of the entry depends on USE_COMPRESS parameter..
    * add missing COMP_LEVEL variable helptext in Makefile..
    * minor whitespace fix..
    Thx @WXbet

  2. Advertise Here
  3. #102
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11814
    New Update:23.07.2024
    Changeset 11814 (20030d14)
    - Remove unused emu code..
    Thx @OptI

  4. #103
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11815
    New Update:11.08.2024
    Changeset 11815 (dae3722d)
    - Reduce upx output as it floods the buildlog..
    Thx @WXbet

  5. #104
    New Member
    Join Date
    13-06-2009
    Posts
    1
    Uploads
    0
    Likes
    1

    Re: OSCam Emu chat

    What does this mean?

    2024/08/11 18:18:26 66A9FB98 r (emu) FATAL ERROR: pthread_mutex_lock() failed in emu_card_info with error 22 Invalid argument

    2024/08/11 18:18:26 66A9FB98 r (emu) Reading key file: /etc/tuxbox/config/SoftCam.Key
    2024/08/11 18:18:26 66A9FB98 r (emu) Total keys in memory: W:0 V:8 N:9 I:0 F:165 G:0 O:0 P:41 T:3 A:0
    2024/08/11 18:18:26 66A9FB98 r (emu) FATAL ERROR: pthread_mutex_unlock() failed in emu_card_info with error 22 Invalid argument

  6. #105
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11816
    New Update:18.08.2024
    Changeset 11816 (8605641b)
    Introduce binary signing
    * build process changes..
    * new build option WITH_SIGNING supported by make and cmake..
    * create CA certificate (`config.sh --create-cert`) or use own pre-built certificate (`config.sh --add-cert`)..
    * embed certificate as `config_cert` variable to config.c (`config.sh --make-config.mak`)..
    * sign SHA1 hash of binary with private key after build..
    * append signature to binary (upx binaries are supported as well)..
    * build process uses the new options in config.sh (--create-cert, --add-cert, --cert-file, --cert-info, --sign-marker)..
    Thx @WXbet

  7. #106
    Moderator chistera™'s Avatar
    Join Date
    02-04-2005
    Location
    pays basque
    Posts
    2,616
    Uploads
    320
    Likes
    2,284

    Re: OSCam Emu chat

    ***francais**
    bonjour a tous
    voila je recherche sur oscam un reader compatible emu pour le cryptage biss (exemple les feed) voici un de mes exemple sur le sat 7.0est avec le log du sat et key fournie mais pas d'image ecran noir que faire mercis a tous

    P: 2600: : 0001: 1FFF: 0000 #ECM_L: 19 # CW = 886226105615016C886226105615016C HOP: 00): found (13 ms) by emulator- (L/3/3/3) - NHL Service-1


    **anglais**
    hello everyonehere I am looking on oscam for an emu compatible reader for biss encryption (example feeds) here is one of my examples on the sat 7.0est with the sat log and key provided but no image black screen what to do thanks to all


    P: 2600: : 0001: 1FFF: 0000 #ECM_L: 19 # CW = 886226105615016C886226105615016C HOP: 00): found (13 ms) by emulator- (L/3/3/3) - NHL Service-1

  8. #107
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11817
    New Update:18.08.2024
    Changeset 11817 (13be65d9)
    signing: exclude oscam-signing.* from cmake build
    if WITH_SIGNING is disabled..
    Thx @WXbet

  9. #108
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11768
    New Update:23.08.2024
    Changeset 11768 (61faa60d)
    Several bugs fix
    * Give back msglog when ECM is "found"..
    * Fix bug where some log messages were overwritten when compile with CacheEX enabled..
    * Fix HD04H entitlements expire date display and formatting some codes...
    Thx @OhmZa

  10. #109
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11818
    New Update:23.08.2024
    Changeset 11818 (f06e0001)
    Several bugs fix
    * Give back msglog when ECM is "found"..
    * Fix bug where some log messages were overwritten when compile with CacheEX enabled..
    * Fix HD04H entitlements expire date display and formatting some codes...
    Thx @OhmZa

  11. #110
    Moderator BG_Team's Avatar
    Join Date
    25-03-2015
    Posts
    1,672
    Uploads
    2,920
    Likes
    9,417
    Changeset OsCam 11819
    New Update:25.08.2024
    Changeset 11819 (d16d1e07)
    Fix some edge cases
    - SSL: support OpenSSL installations in non standard locations (cmake)..
    - SSL: show OpenSSL include directory in buildlog (cmake)..
    - SSL: remove -Wunused-value warning for SSL_CTX_set_ecdh_auto dispayed on some systems..
    - SIGNING: ensure a missing signing certificate is created on first build (cmake)..
    - SIGNING: fix filtering oscam-signing.[c|h] when WITH_SIGNING is disabled (cmake)..
    - LIBDVBCSA: fix link filename (cmake)..
    - LIBDL: link libdl by default for Linux as it is required by some systems (cmake)..
    - CONFIG: Fix display of configured values..
    Thx @WXbet

Page 11 of 26 FirstFirst ... 69101112131621 ... LastLast
Advertise Here

Similar Threads

  1. Update ║➽║OScam║➽║SVN_Oscam GIT_Patches║🔴 v.11.965║
    By mehmetkarahanlı in forum OSCam Binaries
    Replies: 26
    Last Post: 06-06-2026, 21:49:16
  2. Replies: 8
    Last Post: 04-06-2026, 22:56:34
  3. Update ║➽║Daily║Satlodge║v.5.0║Zgemma TEAM║🔴 DOWNLOAD║
    By mehmetkarahanlı in forum Zgemma H9
    Replies: 3
    Last Post: 04-06-2026, 21:18:09
  4. Replies: 14
    Last Post: 03-06-2026, 21:30:52
  5. Replies: 9
    Last Post: 17-05-2026, 13:29:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •