Windows gygwin compile
Posts by cengizkartal
-
-
When I compile in Oscam, the text doesn't appear.
make
How do I enter this into the settings? It explains how to do it here, but I couldn't figure it out.
execute_process (COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/config.sh --enabled MODULE_STREAMRELAY OUTPUT_VARIABLE CONFIG_STREAMRELAY OUTPUT_STRIP_TRAILING_WHITESPACE)
if (CONFIG_STREAMRELAY MATCHES "Y" AND NOT MODULE_STREAMRELAY EQUAL 1)
if (LIBDVBCSADIR)
check_include_file ("${LIBDVBCSADIR}/include/dvbcsa/dvbcsa.h" FOUND_LIBDVBCSA)
set (LIBADVBCSA_LIBRARY "${LIBDVBCSADIR}/libdvbcsa.a")
set (LIBDVBCSA_LIBRARY "${LIBDVBCSADIR}/libdvbcsa.so")
else (LIBDVBCSADIR)
check_include_file ("dvbcsa/dvbcsa.h" FOUND_LIBDVBCSA)
find_library (LIBADVBCSA_LIBRARY NAMES libdvbcsa.a)
find_library (LIBDVBCSA_LIBRARY NAMES dvbcsa)
endif (LIBDVBCSADIR)
if (HAVE_LIBDVBCSA)
if (STATIC_LIBDVBCSA AND FOUND_LIBDVBCSA AND EXISTS ${LIBADVBCSA_LIBRARY})
message(STATUS " static libdvbcsa found (libdvbcsa.a).")
add_library(imp_libdvbcsa STATIC IMPORTED)
set_property(TARGET imp_libdvbcsa PROPERTY IMPORTED_LOCATION ${LIBADVBCSA_LIBRARY})
set (dvbcsa_link "imp_libdvbcsa")
set (STATICLIBDVBCSA 1)
elseif ((NOT STATIC_LIBDVBCSA OR STATIC_LIBDVBCSA EQUAL 0) AND FOUND_LIBDVBCSA AND EXISTS ${LIBDVBCSA_LIBRARY})
message(STATUS " libdvbcsa found (libdvbcsa.so).")
add_library(imp_libdvbcsa SHARED IMPORTED)
set_property(TARGET imp_libdvbcsa PROPERTY IMPORTED_LOCATION ${LIBDVBCSA_LIBRARY} )
set(dvbcsa_link "imp_libdvbcsa")
set (STATICLIBDVBCSA 0)
else (STATIC_LIBDVBCSA AND FOUND_LIBDVBCSA AND EXISTS ${LIBADVBCSA_LIBRARY})
message(FATAL_ERROR " no libdvbcsa found!")
endif (STATIC_LIBDVBCSA AND FOUND_LIBDVBCSA AND EXISTS ${LIBADVBCSA_LIBRARY})
add_definitions ("-DSTATIC_LIBDVBCSA=${STATICLIBDVBCSA}")
else (HAVE_LIBDVBCSA)
message(FATAL_ERROR " HAVE_LIBDVBCSA disabled!")
endif (HAVE_LIBDVBCSA)
endif (CONFIG_STREAMRELAY MATCHES "Y" AND NOT MODULE_STREAMRELAY EQUAL 1)
# Manage config.h based on command line parameters
# Manipulate config file based on given parameters and read unset parameters
-
This problem occurred when I compiled using the OScam iCam patch.
But the error still persists in oscam, in the log?
[streamrelay]
stream_relay_enabled = 1
stream_relay_ctab = 09C4,098C,098D,0960,0961,0963,0E00
stream_emm_enabled = 1
stream_ecm_delay = 0
Oscam has nothing to do with this. It's about stream relay settings.
-
This problem occurred when I compiled using the OScam iCam patch.
-
The text is not appearing.
-
When I compile with Oscam, the "Stream Relay" text doesn't appear. Why is that?
-
...?
Is there an Oscam iCam patch?
-
I'm trying to solve it. I'm tired of compiling Oscam.
-
[global]
logfile = /dev/tty
clienttimeout = 8000
maxlogsize = 1024
waitforcards = 0
waitforcards_extra_delay = 100
preferlocalcards = 1
disablecrccws = 1
disablecrccws_only_for = 0500:020810,030830,030B00,032830,032840,032900,032920,032930,032940,032950,041A00,041900,041950,041A30,042800,042820,043330,051B00,060D00;098C:000000;09C4:000000;098D:000000;0E00:000000;1811:003311,003315,023311,003341,00331B,000007,000107;0100:003311,00006C,00006D;1817:000000,00006A;1818:000000,00006C,000007;1819:000000,00006D,000007;1863:003342,003343;1883:003311,003315,003317,003342,003343;1884:000000,000068;1709:000000;1708:000000;0604:000000;0E00:000000;1810:000000;0100:004106
cccam_cfg_enabled = 1
[dvbapi]
enabled = 1
au = 1
pmt_mode = 4
listen_port = 11500
delayer = 60
user = dvbapi
read_sdt = 2
write_sdt_prov = 1
extended_cw_api = 2
boxtype = pc-nodmx
[webif]
httpport = 8888
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255,255.255.255.255
-
I need an Icam patch to compile Oscam on Windows. Thank you in advance for your help.
This is the file I have.
-
OSCam worked flawlessly on Windows 10.11. After making changes to OSCam, it started giving these errors. I've written many posts about it, but no one has responded.
-
Display More
MERHABA!
Bu sürümden sonra, PC OS 10/11'in tüm en yeni sürümlerinde hata mevcuttur, ayrıca resimlere de bakınız.
Ayrıca arka planda AFN'nin çevrimdışı modda çalıştığını da görebilirsiniz.
Bu hata, Oscam Powervu ecm.key bölümünde oluştu ve geliştiriciler bu sorunu sonraki güncelleme sürümlerinde çözmedi.
(Eski sürümde hata yok, sorunsuz çalışıyor: oscam-1.20_svn11725-798-x86_64-pc-cygwin-ssl-libusb-pcsc)
OCAM'ın tüm son sürümlerinde bu hata mevcut:
(emu) ÖLÜMCÜL HATA: pthread_mutex_lock() powervu_ecm'de 22 numaralı hata koduyla başarısız oldu: Geçersiz argüman
Oscam'ın Son Sürümündeki Hata
Oscam'ın eski sürümünde hata yok.
Images are not visible.
I don't use older versions of OSCam.
-
Good afternoon, try enabling stream relay, that error disappears, in the oscam emu cygwin on Windows. But the screen remains black, even after decoding the channel in powervu emu.
Can you explain this step-by-step, with complete illustrations?
-
I'm getting the same error as you on Windows 11.
2026/05/30 17:32:51 1B4133A6 r (reader) SoftCam.Keys [emu] THIS WAS A SUCCESSFUL START ATTEMPT No 1 out of max allotted of 1
2026/05/30 17:32:51 1B4133A6 r (emu) FATAL ERROR: pthread_mutex_lock() failed in emu_card_info with error 22 Invalid argument
-
Simple ZOOMPanel This is what it looks like when I run it.
-
When I run the program it downloads them.
CodeC: cardsharing-sat.camdvr.org 14000 CCcam03 http://www.cardsharing-sat.com # v2.1.1-2971 C: free.cccambtc.com 17000 hu376u cccambtc.com # v2.0.11-2892 C: cardsharing-sat.gleeze.com 14000 CCcam03 http://www.cardsharing-sat.com # v2.1.1-2971 C: cardsharing-sat.camdvr.org 24000 9029c9 cardsharing-sat.com # v2.1.1-2971 C: cardsharing-sat.camdvr.org 24000 7de9yo cardsharing-sat.com # v2.1.1-2971 C: cardsharing-sat.camdvr.org 24000 plqj1y cardsharing-sat.com # v2.1.1-2971 C: cccam-cs.ddnsgeek.com 13000 cccam-sltv http://www.cccam-cs.com # v2.1.1-2971 -
I couldn't configure the free servers. Is there anyone who can help me? The link to the free servers won't download. I wonder why.
My settings are like this
#!/bin/sh
[ -d /tmp/xtest ] || mkdir -p /tmp/xtest
cd /tmp/xtest
Code
Display Moreecho "Downloading CCcam lines..." #################################################################################################### curl --max-time 5.5 --limit-rate 100K -s -k -Lbk -A -k -m 8 -m 52 https://cccamia.com/free-cccam/ > /tmp/xtest/CCcam #################################################################################################### curl --max-time 5.5 --limit-rate 100K -s -k -Lbk -A -k -m 8 -m 52 https://cccamhub.com/cccamfree/ > /tmp/xtest/CCcam #################################################################################################### curl --max-time 5.5 --limit-rate 100K -s -k -Lbk -A -k -m 8 -m 52 https://cccamiptv.club/free-cccam/#page-content > /tmp/xtest/CCcam ##################################################################################################### curl --max-time 5.5 --limit-rate 100K -k -A -k -s server.satunivers.tv/download.php?file=cccm.cfg > /tmp/xtest/CCcam #################################################################################################### curl --max-time 5.5 --limit-rate 100K -s -k -Lbk -A -k -m 8 -m 52 https://cccamgalaxy.com/ > /tmp/xtest/CCcam ##################################################################################################### curl --limit-rate 100K -k -Lbk -A -k -m 8000 -m 5200 -s https://cccam-premium.pro/free-cccam/ > /tmp/xtest/CCcam #################################################################################################### curl --limit-rate 100K -k -Lbk -A -k -m 8000 -m 5200 -s https://cccamfree48h.yolasite.com/server-2.php > /tmp/xtest/CCcam #################################################################################################### curl --limit-rate 100K -k -Lbk -A -k -m 8000 -m 5200 -s https://cccam.net/freecccam > /tmp/xtest/CCcam #################################################################################################### -
Levi sir, can you please set up the program exactly?
-
Code
C: top2.cccams.net 18802 top6line165 9625285 # v2.0.11-2892 C: top6.cccams.net 18806 top6line165 9625285 # v2.3.2-4000 C: top4.cccams.net 18804 top6line165 9625285 # v2.0.11-2892 C: top5.cccams.net 18805 top6line165 9625285 # v2.0.11-2892 C: top3.cccams.net 18803 top6line165 9625285 # v2.0.11-2892 C: cardsharing-sat.gleeze.com 14000 CCcam2 http://www.cardsharing-sat.com # v2.1.1-2971 C: cccam4allsat.giize.com 15000 Live-cccam cccam4sat.com # v2.1.1-2971 C: cccam4hd.casacam.net 15000 Live-cccam cccam4sat.com # v2.1.1-2971 -
I did something like this and downloaded CCCam and Newcamd.
I made different settings and downloaded CCcam
but downloaded from different sites


