Thanks! What's the difference with your build and the official one? Is there an official one, actually? Will this better than oscam builds?
Posts by polla123
-
-
Could I get a Windows build instructions? I'm trying to compile this myself on cygwin but I'm getting library errors: I don't have dvbcsa library, when I try to compile and install this, I get I don't have libtool, when I try to compile libtool, I get cpp error...
-
Could I get a Windows build with SSL support? I would like to open the web interface with HTTPS. I'm trying to compile this myself on cygwin but I'm getting library errors: I don't have dvbcsa library, when I try to compile and install this, I get I don't have libtool, when I try to compile libtool, I get cpp error...
-
I just tried compiling myself for Linux and running it from it and the exact same thing happens. So I guess is not something with the Windows binary.
EDIT
Also, forgot to mention, I'm using dvbapiNET with DVBViewer on a PC (Windows 10). In case that info is useful.
-
Hi all, I using OSCam on a PC with one CCCam line from a local provider. The line is stable, ECM OK is always 100% and I can watch TV for hours without any minimal freeze. But, most of the times, when I start OSCam, the image freezes for a bit every 10 seconds, exactly 10, it is not random. I can see on the log that ECM are retrieved every 15 seconds more or less, and it's like the image freezes before the next ECM update. What I have to do to fix it is change the inactivitytimeout, reconnecttimeout and cccreconnect properties from 2,2,2000 to 4,4,4000, for example, or 5,5,5000, and the next time from 5 to 2 or whatever. Changing these values and restarting a few times seems to work for me, but maybe these properties has nothing to do.
Is this a known bug? Is there something wrong with my configuration? I'm using latest version r11718-798 under Windows, and here's my config:
Code
Display More[cccam] port = 14000 cccversion = 2.3.2 cccbuild = 4000 reshare = -1 [global] logfile = stdout nice = -1 maxlogsize = 128 disablecrccws = 1 [cache] [streamrelay] stream_relay_enabled = 0 stream_emm_enabled = 0 stream_relay_ctab = 0E00 [dvbapi] enabled = 1 au = 1 pmt_mode = 0 request_mode = 1 listen_port = whatever delayer = 10 ecminfo_type = 4 user = pc read_sdt = 2 write_sdt_prov = 1 extended_cw_api = 1 boxtype = pc [webif] httpport = whatever httpallowed = whateveroscam.server
Code
Display More[reader] label = whatever protocol = cccam_mcs (according to logs, this is the protocol sent from my local provider, but I've also tried "cccam" with same results, what's the difference anyway?) device = whatever user = whatever password = whatever inactivitytimeout = 4 reconnecttimeout = 4 disablecrccws_only_for = 1708:000000;1709:000000;098D:000000;0500:050F00;0500:030B00,050F00;098C:000000;1884:000000;1841:000000 (this line seems to be generated automatically) group = 1 cccversion = 2.3.2,4000 cccwantemu = 1 ccckeepalive = 1 cccreconnect = 4000 [reader] label = emulator protocol = emu device = emulator disablecrccws_only_for = 0E00:000000 caid = 0500,0604,0E00,1010,1801,2600,2602,2610 detect = cd ident = 0500:000000,007400,007800,021110,023800;0604:000000;0E00:000000;1010:000000;1801:000000,001101,002111,007301;2600:000000;2602:000000;2610:000000 group = 1 emmcache = 2,1,2,1 emu_auproviders = 0604:010200;0E00:000000;1010:000000;2610:000000BTW, what the hell is that second "emulator" reader that is autogenerated??
Thanks!
