Posts by nozorrog

    Hello. i need oscam config for canalsat i try several lines cccam but it does not work i need the reader to be able to see channels canalsat

    You may find cardsharing provider for canalsat channels. Oscam isn't magic - It's a simple tool to use cardsharing service and some BISS-coded channels. Nothing more.

    Finding SID is very simple. Watching TV channel on Amiko A3/A4 press Arrow Left on remote control unit (left to OK button) and then press Red Button. You'll see all tech information about the channel. SID is marked as 0x.... F.ex. 0x2 - SID is 2, 0x2B - SID is 2B, 0x35D - SID is 35D etc.

    Last Oscam version is 11398:

    http://www.streamboard.tv/svn/oscam/

    Last Oscam-emu patch version is 765:

    https://github.com/oscam-emu/oscam-emu

    So You can compile latest Oscam-emu binary version 11398 emu765. Right? ))

    Here are common suggestions for picon names.

    Picon filename format for satellite tv channels:

    0_0_0_1E_2B22_0_1.png

    0_0_0 = TV

    0_0_1 = Radio

    _1E = Longitude in hex (30 for 3.0ºE etc)

    _2B22 = TP frequency (11042), or

    _0 = Horizontal (vertical = 1)

    _1 = Service ID in hex


    Picon filename format for terrestrial tv channels:

    0_0_0_0_2B368_0_544.png

    0_0_0 = TV 0_0_1 = Radio

    _0 (always 0 for dvb-t & dvb-c)

    _2B368 (frequency in hex, eg 177000 for 177MHz)

    _0 (always 0 for dvb-t and dvb-c)

    _544 (service id in hex)

    1. Simply uninstall Oscam on your STB.

    2. Install Oscam again from Oscam.apk.

    3. Run your FTP-manager, connect via FTP to your STB Oscam on http://your-stb-ip:8888.

    4. Put latest Oscam binary (oscam-120-unstable...) into var/bin/ folder.

    5. Enter Oscam on your STB and choose this latest binary as working.

    6. Configure Oscam as You need. Save and restart It.

    All Oscam config files and Softcam.key are stored in /var/tuxbox/config/ folder.

    Oscam.apk and latest Oscam binary are attached here.

    Yes, You don't need to use MCAS if your STB is Amico A4 (Combo). This STB is based on Amlogic 905 CPU and It has proper drivers for correct Oscam work opening PowerVU-coded channels.

    Yes, my last Oscam.apk works good with PVU channels, also all my last Oscam binaries work good with them.

    Softcam file's name is "Softcam.key" and You may put It on /var/tuxbox/config/ folder on your STB.

    You can add/replace by yourself all PVU keys inside Softcam.key file.


    Syntax for ECM Keys in SoftCam.Key:


    P <groupid><srvid> <key number> <key>

    Where:

    groupid (2 bytes) : Any 4 hex digits of your choice. Groups must be

    ..............................unique. Leading zeros are optional.

    srvid (2 bytes) : Service ID of channel in hex with leading zeros

    .............................to make 4 hex digits.

    key number (string) : '00' for even or '01' for odd CW.

    key (7 bytes) : ECM key.

    Example:

    groupid : 1

    sid : 25CA

    key number : 00 and 01

    key : 11223344556677 and 8899AABBCCDDEE

    P 000125CA 00 11223344556677

    P 000125CA 01 8899AABBCCDDEE

    Example:

    groupid : 2

    sid : 0034

    key number : 00 and 01

    key : 00112233445566 and FF22334455AADD

    P 00020034 00 00112233445566

    P 00020034 01 FF22334455AADD

    For channels with the same srvid the correct key will be detected

    automatically, but each key needs a unique groupid.

    P 009E0234 01 11223344556677

    P 00040234 01 22334455667788

    P 013E0234 01 33445566778899

    WARNING: duplicate are not allowed anymore - only the last instance

    will be used!

    Syntax for AU keys:

    P <groupid> <UA> <key>

    Example:

    P 009E 11223344 11223344556677

    P 009E 44332211 22334455667788

    P 0004 22334455 33445566778899

    P 013E 00112233 00112233445566

    Multiple UA keys are allowed for each group and each UA will

    update ALL ecm keys in the group.

    NOTE: in order to work, the ecm keys must be "seeded" in the

    file for each SID you want to update since the UA has no

    information about sids. So to add a key that is unknown, enter

    a dummy key to get updated, for example:

    P 00010004 00 00000000000000000

    P 00010004 01 00000000000000000

    Also note: Duplicate powervu keys are no longer allowed

    (unnecessary since duplicate SIDs should now have a unique

    group ID.) So, if there are any duplicates, only the last

    key in the file will be used. This also means that as new keys

    are found and appended to the file, they will automatically

    replace earlier keys.

    Disable the Stream Relay (on by default):

    Webif -> Config -> Stream Relay -> Mode 0 - disabled

    or in oscam.conf:


    [streamrelay]

    stream_relay_enabled = 0

    Select the correct DVB-Api extended CW API:

    Webif -> Config -> DVB-Api -> API for extended CWs : 2 - OE 2.0

    or in oscam.conf:

    [dvbapi]

    extended_cw_api = 2

    Here is latest Softcam.key attached.

    No. I use both simultaneously:

    - Oscam for tv sharing over network and for all BISS,Conax etc channels but not for PoverVU, because Oscam cannot open PVU on my Amiko A3 Combo (Isn't right drivers for It);

    - MCAS for PowerVU channels only.

    All works perfectly!

    MCAS app uses /data/data/com.linkdroid.mcas/files/ folder to store keydata.bin file (If You use the new MCAS app version 2.0 and above).

    Oscam app uses /var/bin/ folder to store oscam binaries and /var/tuxbox/config/ folder to store all config files and Softcam.key file.

    Please note, If You use MCAS and Oscam apps simultaneously, Oscam app has priority always. It's very important for PowerVU coded channels, because both - MCAS and Oscam apps can find same keys and NOT to open these channels. In this case You need to remove PoverVU keys from Softcam.key file and restart Oscam to let MCAS open PowerVU coded channels.