Spanish Abertis DTT Sat @ Hispasat 30W - Chat & How to guides

MarkSteve

Registered
Messages
2
Just a question. If one uses a multistream T2MI tuner and E2 image like OpenATV 7.3 or Open8 6.4 can avoid to install AstraSM and make the whole decoding configuration easier?
 

grknkr

Registered
Messages
31
thanks a lot for everything enosat and ciefp, i had said i will try when i had time.

when you do them step by step, it is not difficult really. i can watch all abertis channels now.

But i advise fresh image for everyone, it is easier.
 

barfota2000

Registered
Messages
9
I can confirm that it is possible to open abertis with a dm900 and DE oe2.5 image. One must strugle a little bit to manage to get it to work.
First of all the only way I managed to get it work is to edit lamedb as this example for PID 2025 / 112222 0BD1:

Code:
0bd1:0ce42bd6:ea74:0001:1:0
11222H SID 0xbd1
p:DVB-S2 8PSK 11222H 330.0°E,c:0007e9,c:031fff,C:2600,f:1004

As mentioned before oe2.5 does not support c:15XXXX parameter but instead as in the above example use C:0007e9 instead of c:150709 as in the ciefp settings. The second part is the f: parameter in the end, I have not found any documentation about what the numbers mean but with f:1004 instead of f:01 one can clear the channel. To make it work I tuned in an unenrypted channel first and then in a terminal window I did:

Code:
astra --analyze http://0.0.0.0:9999/abertis/pid2026
ctrl-c
astra --analyze http://0.0.0.0:9999/abertis/pid2025

As you can see I started with pid 2026 which has f:401 instead of f:1004 in lamedb, this will allow oscam to start decrypt the stream/mux and then really fast I aborted analyzy of pid 2026 and started analyzing ppid 7025 which then starts streaming. After that switch channel and abort astra --analyze with CTRL-C

If the problem is the abertis script or oscam I cannot tell. If someone willing to investigate this further let me know and I can provide logs.

FYI pid 2025 has bin rolling fine now for 20 minutes.
 

barfota2000

Registered
Messages
9
f:1004 as stated before. And always do astra analyze on a channel from the userbouqet not on the transponder itself... I use oscam with icam v9 (that has stream relay)
 

barfota2000

Registered
Messages
9
It also seems like no key is picked. All this is over my knowledge.
Regarding the channel name I think oe2.5 updates the channel name automaticly,
Sorry for not beeing able to give more help.
 

EnoSat

Senior Member
Messages
1,978
The second part is the f: parameter in the end, I have not found any documentation about what the numbers mean but with f:1004 instead of f:01 one can clear the channel.
You searched poorly for:
 

mouadhada

Registered
Messages
175
I think I understood why it is not woking on dreamOS whithin f:01.
When I put this line on lamedb : p:ABERTIS,c:031fff,c:0007e9,C:2600,f:01
DreamOs transform it to : p:ABERTIS,c:0007e9,c:031fff,C:2600,f:1
The problem is clearly coming from here !
 
Last edited:
Top