Posts by sabal9

    Hi,


    Thank you joe!


    It's running now.


    - - - Updated - - -


    Hello,


    it's working with MuMuDVB!


    MuMuDVB is adding the PID to the stream when the provider switch them on.


    Now it's quite easy to keep the key file up to date, by starting a vlc dummy URL request when the server starts.


    So thank you so much joe, for your help and developing!


    Best regards!

    Hi,


    I'm late, but no success with MuMuDVB.


    There seems to be no EMM PID in the MuMuDVB stream, I monitored that for rough


    4 hours with TSReader, on the AFN transponder, the PID is only listed in the CAT.


    MuMuDVB was compiled with the latest sources from GitHub.


    Best regards

    Hello,


    so the setup is done, MuMuDVB an TVH running side by side on the same Linux box.


    Code
    starting thread emu stream client
    emu stream client thread started
    [Emu] stream client 0 connected
    [Emu] stream client 0 request /1:0:1:1F86:319C:13:820000:0:0:0:
    [Emu] stream 0 found pmt pid: 13CE
    [Emu] stream 0 found emm_pid: 5A
    [Emu] stream 0 found ecm_pid: 17B6
    [Emu] stream 0 found audio pid: C8
    [Emu] stream 0 found video pid: D2


    It looks good, OSEmu found the EMM PID.


    I call back with the result.


    Best regards

    Hi Joe,


    AU on BWTV is working, they sending the updates for just 7-9 minutes, in this time they repeat the UA block 4 times.


    The key index 00 is used during the updates, than immediately switched off and the 01 key index is active.


    Code
    <key index 01 off -> key index 00 on> -> <EMM for key index 01> -> <key index 00 off -> key index 01 on> -> <EMM for key index 00>


    You need to hit this time frame exactly with TVH, otherwise TVH does not include the PID.




    Was AU possible on MuMuDVB?
    This is because the OSCam<->TVH solution is not very productive for BWTV.


    Best regards

    Hi,


    just my findings.


    At the moment I have 4 sat positions 9.0°E, 13.0°E, 19.2°E and 28.2°E, so I can test PV AU on AFN 9.0° and BWTV 13.0°E.


    There is no way to get AU working on BWTV 1F86, 13.0E, it seams that no EMM is pass through to OSEmu or OSCam Emu.
    I have no idea at the moment, because of the close mouthed log informations debugging is not easy, the
    only information I see is that no UA is requested for the SID/srvid 1F86.
    I knew the UA keys are valid, because my Windows Box or a borrowed Enigma Box are updating the ECM keys.


    Auto update is working without issues on AFN.


    It is always the first SID UA key selected and than discarded for the next SID.
    So for each SID we would need a separate UA to have AU on all SIDs.
    I have 3 valid UA keys for AFN, so I'm getting AU on 3 SIDs.
    It doesn't matter which channel is requested by the client.


    Is there any possibility with OSCAM to map the SID/srvid to another?


    Best regards

    Hello linoobs,



    a simple dmesg | grep -i dvb , should do it.


    or


    a lspci -s "slot" -vvv, like lspci -s 3:00.0 -vvv, where 3:00.0 is the slot or bus ID.


    in my case:

    Hi,


    it is quite easy with linux:


    1. find out which DVB driver is loaded for the specific DVB card


    2. generate a file in /etc/modprobe.d like, in my case, ddbridge.conf with the content:

    Code
    options ddbridge adapter_nr=0,1,2,3


    3. reload the driver, or reboot, and you will see device numbers are static now


    4. locate /etc/default/tvheadend,



    reboot and TVH will only grab device 0-3


    Best regards

    Hi Joe,


    I do some tests at the moment, I found two tiny bugs:


    1. in the VLC script

    Code


    Code
    echo http://$userpass@$OSEmu/stream/service/$(basename "$services")\?profile=$profile\&descramble=0\&emm=\&1:0:0:$sid


    should be


    Code
    echo http://$userpass@$OSEmu/stream/service/$(basename "$services")\?profile=$profile\&descramble=0\&emm=1\&:0:0:$sid



    2. a typo in the log


    Code
    [Emu] EMM eror: AU key for UA 003EFE02 is missing


    should be


    Code
    [Emu] EMM error: AU key for UA 003EFE02 is missing

    Hi Joe,


    thank you.


    I see no difference, for me it is not working.


    My AU keys are valid, they update the key file on a Windows box with no issue.


    My major problem is, that the oscam log is no very talkative with the stream relay and TVH, for me it is not easy to debug.


    As I read on the TVH forum, they have plans to add the extended CW api to their DVBAPI implantation, may be this will work.



    Best regards