Jump to content


Photo

Oscam question update smartcard in remote (inhouse) box


  • Please log in to reply
15 replies to this topic

#1 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 20 July 2017 - 20:39

Good evening,

 

Last week I switched from CCcam to OScam and need to know one last configuration setting (I think this is a rare situation, because Google didn't help).

 

Situation as follows:

Livingroom HD2400 with Ziggo Irdeto smartcard

Bedroom HD2400 with Ziggo Irdeto smartcard

Both recievers paired with eachother on OScam through the network (both serve as server and client to eachother)

 

In the bedroom I almost always watch through remote channel stream converter on the tuners in the livingroom (as the signal quality is better there because there is a very long coax going to the bedroom). Only in the rare case all tuners downstairs are used I switch to an internal tuner of the HD2400 in the bedroom. I now notice that since the switch the cards in the bedroom are not recieving ECM/EMM's updates if no internal tuner is used (and I am only watching for a couple of days through remote stream). Even though I have enabled using ECM in streams, it seems that the information in the stream is not being written to the cards (probably never has, and this functionality is more for decoding afterwards I think).

 

When using CCcam the card in the bedroom was updated (so I think CCcam pushed the ECM/EMM's also to the other CCcam which wrote them to the card). How can I configure OScam to do the same (so the livingroom OScam doesn't only update the card there, but also the one in the bedroom)?

 

 

 


Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #2 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 20 July 2017 - 21:11

In settings -> customize try the following setting to both receivers.


Descramble sending http streams = no
Descramble receiving http streams = yes


So streams will be received scrambled and your local card will be queried first (and most probably updated as well).

Edited by athoik, 20 July 2017 - 21:12.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Oscam question update smartcard in remote (inhouse) box #3 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 20 July 2017 - 21:29

Dear athoik, thank you for the tip. Unfortunately this won't work in my case. In addition of Ziggo I also have a cds card (but only in the main reciever). I have 5 Ziggo smartcards on my subsc6 (at no extra cost) but only 1 cds card. Also the main reciever is the only one with dvb-s tuners (so dvb-s channels will also be send scrambled). Therefore the preferred solution would be to have oscamserver sending the entitlements to the bedroom client which can update the card

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #4 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 20 July 2017 - 21:32

You said that bedroom is talking with living room. So what ever the bedroom doesn't know how to handle, will query the living room.

Also Oscam by default has "prefer local cards", so local always wins.


Sending the entitlements sounds also like a solution, but I have no idea how this is configured.

Edited by athoik, 20 July 2017 - 21:32.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Oscam question update smartcard in remote (inhouse) box #5 Alex_NL

  • Senior Member
  • 1,953 posts

+10
Neutral

Posted 22 July 2017 - 22:52

You have to send the EMM's from one receiver to the other:

In both receivers add/change the following in oscam.conf:

[cs378x]
port                          = 13000
 
[dvbapi] 
enabled                       = 1 
au                            = 1
user                          = dvbapiau

 
In both oscam.user add a user named dvbapiau

[account]
user                          = dvbapiau
au                            = 1
group                         = 1,2
# Add all other groups if you have more readers in different groups 

In the Livingroom oscam.user add a user named 'Bedroom':

[account]
user                          = Bedroom
pwd                           = passbedroom
group                         = 2

In the Bedroom oscam.user add a user named 'Livingroom':

[account]
user                          = Livingroom
pwd                           = passlivingroom
group                         = 2 

 
In the Livingroom oscam.server add a reader named 'Bedroom':

[reader]
label                         = Bedroom
protocol                      = cs378x
device                        = <IP of bedroom receiver>,13000
user                          = Livingroom
password                      = passlivingroom
group                         = 2

 
In the Bedroom in oscam.server add a reader named 'Livingroom':

[reader]
label                         = Livingroom
protocol                      = cs378x
device                        = <IP of livingroom receiver>,13000
user                          = Bedroom
password                      = passbedroom
group                         = 2

Dreambox DM920:2x Triple tuner (2x DVB-S2X MIS and DVB-C/T2) Xtrend ET10000: 2x DVB-S2, 2x DVB-C, IPTV Xtrend ET9500 (defect)
Channel Master 120cm offset + Black Ultra LNB (Ku-band): 42°E-37,5°W - 100cm SAB draaibaar: 45.1°E-60°E - 80cm vast: 28.2°E/23.5°E/19.2°E/13°E
DVB-T2 en DAB via een combi VHF/UHF-antenne op zolder gericht op Schoten.


Re: Oscam question update smartcard in remote (inhouse) box #6 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 22 July 2017 - 23:09

Alex thanks! I will try it tomorrow


Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #7 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 23 July 2017 - 08:54

I have tried your instructions (although most of it was already configured through the standard PLi config). Rebooted both boxes and left the bedroom box on streaming a channel (watching through the tuner of the livingroom box). 

 

I see the livingroom box handle a lot of ECM/EMM's, but unfortunately the bedroom box stays at 0 for both (unless off course I switch to the internal tuner of the bedroom box).

 

So it seems the ECM/EMM's are still not pushed from the livingroom OScam server to the bedroom OScam client through the network.


Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #8 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 23 July 2017 - 09:58

I have done some more testing. Keeping the configuration intact and also the bedroom box streamimg on the livingroom box, but just pull the card from the livingroom box (so OScam in the livingroom, that is sending out the stream, is forced to use the bedroom smartcard to send the decoded stream to the bedroom) and suddenly there are ECM's being handled in the bedroom (without using the internal tuner). Strangely enough I don't see EMM's being handled.

 

It therefore seems OScam is not sending the ECM/EMM's to other readers than the one that is being used. I would like to know if it is possible to somehow tell OScam not only to only handle the entitlements to the local reader, but in addition to that send them also the the remote reader.


Edited by Dream1975, 23 July 2017 - 10:01.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #9 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 23 July 2017 - 10:22

 


In the Livingroom oscam.user add a user named 'Bedroom':

[account]
user                          = Bedroom
pwd                           = passbedroom
group                         = 2

 

Don't forget to add au = 1 here too !!!

Otherwise this user that is connecting from bedroom isnt receiving any emm's needed for card updates....


@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB


Re: Oscam question update smartcard in remote (inhouse) box #10 Alex_NL

  • Senior Member
  • 1,953 posts

+10
Neutral

Posted 23 July 2017 - 10:32

theparasol had already discovered my error.
Also I think the parameter group for the users have to be 'group = 1,2' as well?
When testing, look in both Live log's with debug option 64, you'll see more about sending the EMM's to the readers.

Dreambox DM920:2x Triple tuner (2x DVB-S2X MIS and DVB-C/T2) Xtrend ET10000: 2x DVB-S2, 2x DVB-C, IPTV Xtrend ET9500 (defect)
Channel Master 120cm offset + Black Ultra LNB (Ku-band): 42°E-37,5°W - 100cm SAB draaibaar: 45.1°E-60°E - 80cm vast: 28.2°E/23.5°E/19.2°E/13°E
DVB-T2 en DAB via een combi VHF/UHF-antenne op zolder gericht op Schoten.


Re: Oscam question update smartcard in remote (inhouse) box #11 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 23 July 2017 - 10:41

Don't forget to add au = 1 here too !!!

 

Done and now I also see EMM's. But when placing back the local card they still are stopped being send to the remote card/reader. Have to find a solution for that and then all will be perfect

 

*edit* @Alex, I just now see your commment (after typing the message). I'll investigate (in an hour I think) and let the outcome know,,,


Edited by Dream1975, 23 July 2017 - 10:43.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #12 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 23 July 2017 - 12:32

I already had 1,2 in group.

 

As long as local has a card the remote doesn't get anything (when I remove the card it does). See enclosed screenprints (the bax has been rebooted 15 minutes ago, so that's why there are so little ECM/EMM's

 

@Alex, how can I access the live logs?

Attached Files


Edited by Dream1975, 23 July 2017 - 12:32.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #13 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 23 July 2017 - 13:05

I borrowed the smartcard of my neighbour (who has Ziggo sport) and put it in the second reader in the bedroom. If I then downstairs watch a channel in the Ziggo sport subscription (while also having my own cards in the bedroom and livingroom who don't have this subscription) suddenly BOTH cards (my neigbours and mine) in the bedroom do get updates.

 

So I think it has to do with OScam preferring local for descrambling (and if it finds a proper smartcard it doesn't touch the remote one therefore not sending any updates). As both of my cards have the same channels it will never call (and therefore update) the upstairs one as it will always use local and thus ignore the remote reader.


Edited by Dream1975, 23 July 2017 - 13:08.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #14 Pr2

  • PLi® Contributor
  • 6,075 posts

+257
Excellent

Posted 23 July 2017 - 19:49

OScam only update the card that it is using, so EMM are only sent to the card where the ECM goes to.


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Oscam question update smartcard in remote (inhouse) box #15 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 23 July 2017 - 20:26

So not possible to update cards it is not (directly) using. I then think I'll setup the epg refresh plugin in the bedroom then (to in the night once a week go to a tuner channel), not for updating the epg but the card.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: Oscam question update smartcard in remote (inhouse) box #16 Alex_NL

  • Senior Member
  • 1,953 posts

+10
Neutral

Posted 23 July 2017 - 22:10

@Alex, how can I access the live logs?

Just click on Live Log on top of the WebIF page (between Status and Config), then below click on Show Settings and click on 64 in the line 'Switch Debug from 0 to'.
 

But it's quite possible that EMM's are only sent to the card that OScam uses and I can imagine that the local card is preferred.
You could decide to use just one card because that card can handle multiple ECM's at once easily.


Dreambox DM920:2x Triple tuner (2x DVB-S2X MIS and DVB-C/T2) Xtrend ET10000: 2x DVB-S2, 2x DVB-C, IPTV Xtrend ET9500 (defect)
Channel Master 120cm offset + Black Ultra LNB (Ku-band): 42°E-37,5°W - 100cm SAB draaibaar: 45.1°E-60°E - 80cm vast: 28.2°E/23.5°E/19.2°E/13°E
DVB-T2 en DAB via een combi VHF/UHF-antenne op zolder gericht op Schoten.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users