Help with oscam emu for PC with Windows 7

There are 48 replies in this Thread which was already clicked 2,812 times. The last Post () by cengizkartal.

  • I managed to get autoroll working with Oscam emu Cygwin, and also audio; video not yet, but I'll keep trying. Before, I didn't even have audio. I'm using dvbviewer. I tried to send a video but it gave an error.

    send me config file .

    Good evening, I didn't send you the settings because they're the same as before, when I had neither audio nor video. I only got audio on dvbviewer with mdvbapi v0.19.1. Today, with the help of an AI, I got video as well, but then there's no audio. My dvbviewer is a promo version; it works for an hour and then closes, and I think it's not a complete version, but it's working. I set extended_cw_api = 2 in oscam conf, and cacheex=1 in oscam server, and then there's video but no audio. And if I change extended_cw_api = 1, it goes back to audio but no video. It's cacheex=0.

  • Okay, for me, if I disable stream relay, the error you posted appears; enabling it works normally. It's in oscam, in oscam config on my computer. And that's all I can tell you.

  • 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

Your resource for OSCam-EMU softcam

Find configs, downloads, tutorials, and support for emulation setup, IPTV decoding, and extended protocol support. Master emulation and extended decoding with OSCam-EMU. Access dedicated support, configs, tutorials, and downloads for enhanced IPTV and service access.

Participate now!

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