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

Melgas

Senior Member
Messages
142
Hello,

DM920UHD 4K
OpenATV 7.1

It's weird, but it's a problem I can't solve on my own.

I need help, to install ABERTIS Channels and work.

These channels were already working, very well.

I believe after an Image update they stopped working.

I followed the Manual and installed everything again, for ARM.
Oscam-emu 11715.
OPEN keys, in softcam.key.
Latest Ciefp Channels.
There may be one dependency or several that are not installed.

The streamlink plugin is installed:
opkg install python3-youtube-dl
opkg install python3-yt-dlp
opkg install enigma2-plugin-extensions-streamlinkwrapper
opkg install enigma2-plugin-extensions-ytdlpwrapper
opkg install enigma2-plugin-extensions-ytdlwrapper
opkg install streamlink
opkg install streamlinksrv

I ask, if possible here, or PM, that Ciefp send me the complete ASTRA file, installed in Enigma2.

Is there a WGET command to install everything with Telnet?

Thanks and hugs.
 

EnoSat

Well Known Member
Messages
2,355
30W-11502.12 V
DVB-S2/8PSK
SR-10200
FEC-3/4
Code:
0709:0ce4acee:ea7c:0000:1:0:0
Abertis PID 801 11502V SID 0x709
p:ABERTIS,c:031fff,c:150321,C:2600,f:5
Code:
make_channel({
  name = "Abertis PID 801",
  input = {
    "http://localhost:8001/1:0:1:709:EA7C:0:CE4ACEE:0:0:0:",
  },
  transform = {{
    format = "pipe",
      command = "/etc/astra/scripts/abertis 801",
  }},
  output = {
    "http://0.0.0.0:9999/abertis/pid801",
  },
})
 

pipino

Senior Member
Messages
208
30W-11502.12 V
DVB-S2/8PSK
SR-10200
FEC-3/4
Code:
0709:0ce4acee:ea7c:0000:1:0:0
Abertis PID 801 11502V SID 0x709
p:ABERTIS,c:031fff,c:150321,C:2600,f:5
Code:
make_channel({
  name = "Abertis PID 801",
  input = {
    "http://localhost:8001/1:0:1:709:EA7C:0:CE4ACEE:0:0:0:",
  },
  transform = {{
    format = "pipe",
      command = "/etc/astra/scripts/abertis 801",
  }},
  output = {
    "http://0.0.0.0:9999/abertis/pid801",
  },
})
Hello ,

could be something to do with the preparation of DVB-T2 in Spain!
 

Adam792

Senior Member
Messages
104
With the ~20Mbps bitrate of PID 801 this is pretty much certain to be a Spanish DVB-T multiplex stream.

It will just be a case of finding the correct BISS key. On another forum, someone has indicated that none of the keys in use across the other Abertis/Cellnex TLS muxes works.
 

pipino

Senior Member
Messages
208

pipino

Senior Member
Messages
208
I don't know if this is related with this transponder but there is talk about adding channel 7NN thru the Spanish DVBT network, this channel started transmissions in some Spanish regions like Madrid, if a member with a ZAS BOX (Madrid region registered) can check that would be very handy

FaDoRU6WAAsPNIU
 
Last edited:

Adam792

Senior Member
Messages
104
Great work @dvlajkovic !

I can't receive it, but then I don't really get a lockable signal on 11496H (which I guess may turn off soon now that this mux is being carried by Cellnex), so I'm not missing anything new I suppose...
 

pavon12

Registered
Messages
46
Code:
make_channel({
  name = "Abertis PID 801",
  input = {
    "http://localhost:8001/1:0:1:709:EA7C:0:CE4ACEE:0:0:0:",
  },
  transform = {{
    format = "pipe",
      command = "/etc/astra/scripts/abertis 801",
  }},
  output = {
    "http://0.0.0.0:9999/abertis/pid801",
  },
})
I did that purely in astra.conf
but i am missing data for enigma2 setting abertis Bouquet ( channel )
and in lambdb 5 what has to go in there?
I installed ciefp settings and script on vu# zero 4K
 
Last edited:
Top