streamdecrypt 1.0.b

stream decrypt

Only a camd35 (UDP) server connection is required.


As an example, add to the OSCam configuration:

oscam.conf (Camd35 UDP) server:

Code
[cs357x]
port                          = 27550

oscam.user:

Code
[account]
user                          = user
pwd                           = password
au                            = 1
group                         = 1,2,3,4,5,64


And running streamdecrypt with this example command:

  • run: ./streamdecrypt -h 127.0.0.1 -p 27550 -c user:password -s 127.0.0.1 -r 8001:17999

(stream source) (local device relay port)


(It is similar to OSEmu, the only difference is that it is not an emu and not a camd35 server, but a cam35 client, and it opens multiple service providers in stream relay.)


And don't forget to modify the channel list and add a good reader...

  • Version 1.0.b