OSCam Güncel - new oscam-1.20_svn-r11690 compiled by thor2013 for ubuntu or vps | MULTiCS & OSCam EXCHANGE TÜRKFORUM®

OSCam Güncel new oscam-1.20_svn-r11690 compiled by thor2013 for ubuntu or vps

Thor2013

Banned
Banned
Katılım
21 Tem 2020
Mesajlar
279
Tepkime puanı
935
Puanları
95
Ofline
config dir /var/etc/

Unix starttime: 1617443117
Starttime: 03.04.2021 09:45:17
Version: oscam-1.20_svn-r11690
Compiler: x86_64-linux-gnu-libusb
Box type: generic (generic)
PID: 933
TempDir: /tmp/.oscam
GBox tmp_dir: not defined using: /tmp/.oscam
ConfigDir: /var/etc/
WebifPort:

Web interface support: yes
LiveLog support: yes
jQuery support intern: yes
Touch interface support: no
SSL support: no
DVB API support: yes
DVB API with AZBOX support: no
DVB API with MCA support: no
DVB API with COOLAPI support: no
DVB API with COOLAPI2 support: no
DVB API with STAPI support: no
DVB API with STAPI5 support: no
DVB API with NEUTRINO support: no
DVB API read-sdt charsets: yes
Irdeto guessing: yes
Anti-cascading support: yes
Debug mode: yes
Monitor: yes
Loadbalancing support: yes
Cache exchange support: yes
Cache exchange AIO support: yes
CW Cycle Check support: yes
LCD support: no
LED support: no
Clockfix with realtime clock: no
IPv6 support: no

camd 3.3x: no
camd 3.5 UDP: yes
camd 3.5 TCP: yes
newcamd: yes
CCcam: yes
CCcam share: yes
gbox: yes
radegast: no
scam: yes
serial: no
constant CW: no
Pandora: no
ghttp: yes

Reader support: yes

Nagra: yes
Nagra Merlin: yes
Irdeto: yes
Conax: yes
Cryptoworks: yes
Seca: yes
Viaccess: yes
NDS Videoguard: yes
DRE Crypt: yes
TONGFANG: yes
Bulcrypt: yes
Griffin: yes
DGCrypt: yes

cardreader_phoenix: yes
cardreader_drecas: yes
cardreader_internal_azbox: no
cardreader_internal_coolapi: no
cardreader_internal_coolapi2: no
cardreader_internal_sci: yes
cardreader_sc8in1: yes
cardreader_mp35: yes
cardreader_smargo: no
cardreader_pcsc: no
cardreader_smartreader: yes
cardreader_db2com: yes
cardreader_stapi: no
cardreader_stapi5: no
cardreader_stinger: yes



#######################################################################################################################

Changeset 11690​


View differences
Show lines around each change
Show the changes in full context
Ignore:
Blank lines

Case changes

White space changes


Timestamp: 04/02/21 17:22:38 ( ago)
Author: gorgone modifyed by Thor2013 logo.png
Message:
buildfix


module-dvbapi.c:262:5: warning: Value stored to 'ret' is never read [deadcode. ]
-> ret = send(fd, &request, sizeof(request), 0);


module-dvbapi.c:2469:11: warning: Value stored to 'currentfd' is never read [deadcode. ]
-> currentfd = ca_fd = 0;


module-dvbapi.c:3325:2: warning: Value stored to 'p_order' is never read [deadcode. ]
-> p_order = demux[demux_id].ECMpidcount + 1;


module-dvbapi.c:7102:6: warning: Value stored to 'connfd' is never read [deadcode. ]
-> connfd = -1; initially no socket to read from


module-dvbapi.c:7179:8: warning: Value stored to 'connfd' is never read [deadcode. ]
-> connfd = -1;

File:
1 edited



Unmodified Added Removed
  • TabularUnified



    261261 {
    262262 ret = send(fd, &request, sizeof(request), 0);
    263 ret = 1;
    263 if(!(ret == 1)){ ret = 1; }
    264264 break;
    265265 }
    24672467 cs_log("ERROR: Could not close demuxer fd (errno=%d %s)", errno, strerror(errno));
    24682468 }
    2469 currentfd = ca_fd = 0;


    [TR]
    [TH]2470[/TH]
    [TH]2469[/TH]
    [TD] }[/TD]
    [/TR]
    [TR]
    [TH]2471[/TH]
    [TH]2470[/TH]
    [TD] }[/TD]
    [/TR]
    [TR]
    [TH] [/TH]
    [TH] [/TH]
    [TD] [/TD]
    [/TR]
    [TR]
    [TH]3323[/TH]
    [TH]3322[/TH]
    [TD] }[/TD]
    [/TR]
    [TR]
    [TH]3324[/TH]
    [TH]3323[/TH]
    [TD] }[/TD]
    [/TR]
    [TR]
    [TH]3325[/TH]
    [TH] [/TH]
    [TD] p_order = demux[demux_id].ECMpidcount + 1;[/TD]
    [/TR]
    [TR]
    [TH]3326[/TH]
    [TH]3324[/TH]
    [TD][/TD]
    [/TR]
    [TR]
    [TH]3327[/TH]
    [TH]3325[/TH]
    [TD] for(n = 0; n < demux[demux_id].ECMpidcount; n++)[/TD]
    [/TR]
    [TR]
    [TH] [/TH]
    [TH] [/TH]
    [TD] [/TD]
    [/TR]
    [TR]
    [TH]7100[/TH]
    [TH]7098[/TH]
    [TD] if(type == 1)[/TD]
    [/TR]
    [TR]
    [TH]7101[/TH]
    [TH]7099[/TH]
    [TD] {[/TD]
    [/TR]
    [TR]
    [TH]7102[/TH]
    [TH] [/TH]
    [TD] connfd = -1; // initially no socket to read from[/TD]
    [/TR]
    [TR]
    [TH]7103[/TH]
    [TH]7100[/TH]
    [TD] uint8_t add_to_poll = 0; // we may need to additionally poll this socket when no PMT data comes in[/TD]
    [/TR]
    [TR]
    [TH]7104[/TH]
    [TH]7101[/TH]
    [TD][/TD]
    [/TR]
    [TR]
    [TH] [/TH]
    [TH] [/TH]
    [TD] [/TD]
    [/TR]
    [TR]
    [TH]7177[/TH]
    [TH]7174[/TH]
    [TD] }[/TD]
    [/TR]
    [TR]
    [TH]7178[/TH]
    [TH]7175[/TH]
    [TD] close(connfd);[/TD]
    [/TR]
    [TR]
    [TH]7179[/TH]
    [TH] [/TH]
    [TD] connfd = -1;[/TD]
    [/TR]
    [TR]
    [TH]7180[/TH]
    [TH]7176[/TH]
    [TD][/TD]
    [/TR]
    [TR]
    [TH]7181[/TH]
    [TH]7177[/TH]
    [TD] // last connection closed[/TD]
    [/TR]

 

Ekli dosyalar

  • oscam.zip
    768.1 KB · Görüntüleme: 62
  • image.png
    image.png
    41 KB · Görüntüleme: 33
Son düzenleme:

bugti377

Member
Katılım
8 May 2021
Mesajlar
12
Tepkime puanı
21
Puanları
8
Ofline
Not Installed On Ubuntu 16.04 Kindly Help me, Thanks
 

Thor2013

Banned
Banned
Katılım
21 Tem 2020
Mesajlar
279
Tepkime puanı
935
Puanları
95
Ofline
All versions compiled by me work on ubuntu x64 version from 20 upwards ...
 
Üst