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
35
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

Well Known Member
Messages
2,259
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

Senior Member
Messages
192
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:

mouadhada

Senior Member
Messages
192
I found this from @EnoSat in an other forum
Code:
f:1 - noSDT // does not get from the SDT, but checks the SID in the PAT
f:2 - noShow // hides the channel
f:4 - noDVB // no PMT is used, only stored PIDs
f:8 - holdName // do not change the name if it does not match the SDT
f:9 - 8+1
f:a - 8+2
f:b - 8+2+1
f:c - 8+4
f:d - 8+4+1
f:e - 8+4+2
f:f - 8+4+2+1
f:10 -
f:20 -
f:40 - new // displays in the LastScan bouquet
f:80 - isDedicated3D // switches the OSD to 3D
f:100 - parentalProtected
f:200 - hideVBI
f:400 - isScrambledPMT // [eDVBServicePMTHandler] creates a caPMT to decode the PMT
f:800 - centerDVBsubs
f:1000 - noEIT
I test them all, pid 2025 can work if I switch from 1 to c but after reboot it not work.
Only 2025 works 2026 is not working from exemple.
very complicated this story !
 

barfota2000

Registered
Messages
9
Leave one channel/pid with f:01/F:401 and the others with f:1004. First tune to the f:01/F:401 channel and leave it there until it picks the key and the change to the channel you want to watch. I have only tried this on TP 11222. I think you need to do this procedure for every transponder.
 
Top