



OScam emu Changelogs
Versıon: 11911 - 802
UPTADE: 05.01.2026

11908
streamrelay: improve ecm_mode handling
PHP Code:
https://git.streamboard.tv/common/oscam/-/commit/1ae573d27dea1b99a42f912ba4b7c6f51f6ff830

* add get_ecm_mode() inline function to extract the lower nibble from last ECM byte for VideoGuard CAIDs
* move select_csa_alt() from module-dvbapi.c to globals.h for shared use
* allow empty CAID setting in streamrelay config to autodetect csa-alt ecm
* disconnect stream client immediately when CAID is not allowed
* fix "caid not enabled" log message to show actual CAID instead of FFFE
* log ecm_mode changes and libdvbcsa table feedback (if available)
* simplify streamrelay support output in version info
* add msgid to DVBAPI_ECM_INFO message, so the client can correctly assign the ecm information to the requesting service

11909
copyright: bump copyright year to 2026
PHP Code:
https://git.streamboard.tv/common/oscam/-/commit/eb84571525f81e474eae1beb28b3c133603c5057

11911
Fix CMake project warning
PHP Code:
https://git.streamboard.tv/common/oscam/-/commit/d9c77bbe21062c07c1fd7c8a30651126f0048d76
* Fix CMake project warning call cmake_minimum_required before project
