Posts by joeuser

    Updated oscam-emu for auto updating multiple channels with a single UA key.


    !!! W A R N I N G !!! - with my patch, the SoftCam.Key file format has changed.


    Now, each key is prefixed with a group ID:
    Group ID (4 hex digits) + SID (4 hex digits)


    From README:

    "The government says it wants its citizens"
    v


    Reminds me of an old Ronald Reagan quote:

    Quote

    The nine most terrifying words in the English language are: I'm from the Government, and I'm here to help.


    What will be interesting if this succeeds, is if it can be extended to cover satellite transmissions as well.

    Should be the same streams. Are there multiple tracks in the stream? Look under Audio-audio track. Maybe it is choosing wrong one. Look at tools->media information and codec info and stats and maybe you will see what is going on. Also tools->messages and on bottom select verbosity = 2 (debug).

    I do not recall having a problem with any versions, but currently using 2.2.1. VLC does not need any codec packs, it will decode everything internally.

    If you are just trying to build oscam for your debian server, simplebuild is not really necessary to build a native oscam. Simplebuild is primarily to make cross-compiling "simpler." (Also to help setup your build environment..)


    To build oscam for your local machine, you can just do this from your home directory (or wherever you want the files...):

    Code
    svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
    cd oscam-svn
    ./config.sh -g
    make


    The first command retrieves the latest version of oscam source code into the directory "oscam-svn"
    Second command changes into that directory
    Third command starts the configuration gui. If you are not sure what options you need, the defaults pretty much cover everything.
    Fourth (last) command builds oscam. The binary created will be in the "Distribution" directory. (it will tell you this)


    Later, if you want to update, you can just do the following:

    Code
    cd oscam-svn
    svn update
    ./config.sh -g
    make


    Of course this is assuming you have already setup a basic build environment and if you ran simplebuild in the past you probably do already have. The following command does this:

    Code
    ./simplebuild debinstall


    If you need smartreader and/or PCSC support, change the make command to:


    Again assuming you have already run simplebuild in the past.


    More detailed instructions can be found on the oscam wiki page:http://www.streamboard.tv/oscam/wiki/BuildingOscam


    BTW - the simplebuild method pointed to by codar above will work just fine. This is just an alternative for those who want to learn more...

    If for some reason none already posted work, here is the version I use. I think I downloaded from debian...

    If one system is working, then most likely your config is ok but the keys are bad (or missing some..) - but on this site keys are not allowed, and shouldn't really even be discussed... Try looking at your log for hints - quite often it will tell you about missing keys and if it seems like it is finding keys and trying to decrypt, then most likely the keys are bad.


    Also, there are not too many systems that "open" with an emulator at the moment..

    Keys are not old-fashioned, all encryption systems use them. It is just that these days the keys are protected better and thus not so many are publicly know. A lot of "feeds" still use older systems which can be fairly easily hacked to get the current keys (which change often...)


    Oscam has support for these feed type keys, for other keys there is the oscam-emu patch which modifies oscam to "open" other encryption systems (if you have valid keys...)


    It is not about "fashion" - systems get hacked and keys released, then systems get changed (fixed) and hacking starts again - it is a constant cycle.

    Neutrino uses a different port and format for streaming.


    The url for neutrino looks something like:

    Code
    http://boxip:31339/id=aa0004210001ef10


    To use with oscam-emu/osemu stream relay, you need to:


    In oscam.conf, change the port from 8001 to 31339.


    And you need to append the service id (srvid/sid) to the end of the url. So for a sid of "ef10" it would look something like:

    Code
    http://127.0.0.1:17999/id=aa0004210001ef10:0:0:0:ef10


    (appended to the url is ":0:0:0:ef10")


    And instead of userbouquets, the xml file for neutrnio would be something like:


    XML
    <?xml version="1.0"?>
    <webtvs>
    <webtv title="XYZ" url="http://127.0.0.1:17999/id=aa0004210001ef10:0:0:0:ef10" description="Stream" />
    </webtvs>