How to get PowerVu AutoRoll working with Oscam and Dreambox

kebien

Registered
Messages
1,329
Be specific because everyone asks and none of it is not clear whether at the now works with oscam him BWTV in AU?

How so enter your entries in softcam.key, oscam.server, oscam.conf and each check so we tell fortunes and none of it under BWTV and you clap key manually to softcam.key

You should start reading this thread again,and then again,until you understand.
How can it be more clear than that?
Did you follow the guides in the first page of this thread?
Autoroll works in any service you have keys for AND the provider keep using the UA active (valid).
If for any reason your UA get blacklisted or expired,then autoroll will stop.
Make sure your key is in the stream and VALID.
My guess is if you are using a public UA,then provider will eventually remove it from stream so you won't autoroll,as it happened to MTN worldwide with the published key.
 
Last edited:

harshy

Registered
Messages
737
In config/global make sure you have EMM LOG enabled

Is this a tick box as I couldn't find this :-(
 

harshy

Registered
Messages
737
Aah ok thanks RICH8 I did this within the interface today, also the user for some reason didn't have AU set to 1 so I did this in interface and set path for the emm log I'll leave it overnight again.
 

8hush2

Registered
Messages
10
Anyone figure out how to change the code to auto select the correct ECM key regardless of SRVID SID? Once the autoroll happens there is no automatic way for the other channels in the mux to use the new key. Need to get this working like powervuemu for dvb.

using 0xFFFF SVRID in Softcam does not work like source code suggests.

If it can auto detect the correct KEY when sid conflicts then it could be expanded to auto detect always.
 

kebien

Registered
Messages
1,329
Anyone figure out how to change the code to auto select the correct ECM key regardless of SRVID SID? Once the autoroll happens there is no automatic way for the other channels in the mux to use the new key. Need to get this working like powervuemu for dvb.

using 0xFFFF SVRID in Softcam does not work like source code suggests.

If it can auto detect the correct KEY when sid conflicts then it could be expanded to auto detect always.

What would you do if some channels in the same trasponder use a different key? two different providers.
For some cases,your theory is wrong,and for others,it should work as you say,I agree.
oscam has no way to know which other channels are in the trasponder,is not scanning the trasponder.

But,to work as you suggest,it should get SID for all services in the trasponder and update with the key,right???
Wrong,because many channels in different trasponders use the same SID,it mean oscam will update them all with the found keys?

Sometimes the way it works involve some work in your part,but you should see the future problems too.

Autodetect the correct key could be a way,would just take more time to deliver video depending on how many keys you have in softcam
 

iKeys

Registered
Messages
172
Well, i am running into a weird error.

I have the following lines : (changed ua and key)

P 002E 00232323 ABCD5C0307A700 ;Channel 1
P 002F 00232323 ABCD5C0307A700 ;Channel 2

It will autoroll channel 1, but not channel 2. If i swap the lines (put channel 2 line first) and restart oscam, oscam will autoroll channel 2, and never auto roll channel 1..

What the heck is up?!?!? Obviously the lines are right, being if i swap the order, i can get both channels to work.

Any thoughts???
 

BitMaP

Registered
Messages
10
Well, i am running into a weird error.

I have the following lines : (changed ua and key)

P 002E 00232323 ABCD5C0307A700 ;Channel 1
P 002F 00232323 ABCD5C0307A700 ;Channel 2

It will autoroll channel 1, but not channel 2. If i swap the lines (put channel 2 line first) and restart oscam, oscam will autoroll channel 2, and never auto roll channel 1..

Hi, I get same result.
 

iKeys

Registered
Messages
172
Hi, I get same result.

Its willing to auto roll more than one at a time. This time, i recreated the two lines, but this time, i used a different UA/KEY for both lines. Then it worked! But, come on!!! That would mean, i would need a unique UA and Master Key for every channel. Luckily, i had a couple UAs for that transponder to test.

What is the fix for this?
 

jan55

Member
Messages
4,266
Well, i am running into a weird error.

I have the following lines : (changed ua and key)

P 002E 00232323 ABCD5C0307A700 ;Channel 1
P 002F 00232323 ABCD5C0307A700 ;Channel 2

It will autoroll channel 1, but not channel 2. If i swap the lines (put channel 2 line first) and restart oscam, oscam will autoroll channel 2, and never auto roll channel 1..

What the heck is up?!?!? Obviously the lines are right, being if i swap the order, i can get both channels to work.

Any thoughts???
Code:
For channels with same srvid:
	Channel #1: P  1234 01 11223344556677 ; 
	Channel #2: P 11234 01 11223344556677 ; 
	Channel #3: P 21234 01 11223344556677 ;
maybe you try:

P 002E 00232323 ABCD5C0307A700 ;Channel 1
P 1002E 00232323 ABCD5C0307A700 ;Channel 2
P 2002F 00232323 ABCD5C0307A700 ;Channel 3
 

iKeys

Registered
Messages
172
Code:
For channels with same srvid:
	Channel #1: P  1234 01 11223344556677 ; 
	Channel #2: P 11234 01 11223344556677 ; 
	Channel #3: P 21234 01 11223344556677 ;
maybe you try:

P 002E 00232323 ABCD5C0307A700 ;Channel 1
P 1002E 00232323 ABCD5C0307A700 ;Channel 2
P 2002F 00232323 ABCD5C0307A700 ;Channel 3

Well, thats essentially what i have now, being the service ID's are not the same, but I did try it, and it made no difference.. I even tried to add an additional 0 and A before the AU. That didn't work either.
 

kebien

Registered
Messages
1,329
It happens because the emm that update both channels is the same.
Once it update the channel,is saves the emm in emmcache,so when it compares,finds the same one saved,and won't update keys.

For it to work,oscam should record in emmcache channel SID or channel name from SDT (probably SDT is better to avoid conflicts)together with the emm in question.
 
Last edited:

iKeys

Registered
Messages
172
For it to work,oscam should record in emmcache channel SID or channel name from SDT (probably SDT is better to avoid conflicts)together with the emm in question.

In layman terms please. :) So, what do i need/can i do to resolve this issue.
 
Last edited:

kebien

Registered
Messages
1,329
ikeys
you cannot resolve it internally,since that's the way oscam works.
Try this
Go to where oscam_emu_unique_emm.log is saved,in my case is in /media/hdd
Delete or rename.
Then restart oscam emu and see if it updates the second channel.
If this work,is because the reason I explained before.
 

harshy

Registered
Messages
737
Still not sure if autoroll is working, do I need to create an emm log file? I set the directory to var/log also initial debug setting is that put in Oscam.conf and where in this file do I put this setting?
 

joeuser

Registered
Messages
199
From oscam-emu webif you can look under status and select the debug switches you want (will turn red) - it will take affect immediately and you can see the log.
 
Top