A little summary:
1, Tuning 10922V
2, It will show no channel
3, But in lamedb it creates a transponder without services
Code:
eDVB services /4/
transponders
011a0000:07d4:0002
s 11778000:27500000:1:2:282:2:0
/
0ce4aaaa:ea7e:0001
s 10922000:16400000:1:3:-300:2:0:1:2:0:2
/
end
services
105d:011a0000:07d4:0002:1:0:0
IEPG data 1
p:BSkyB,c:010288,c:031ffe
end
Have a lot of bugs!
4, Editing lamedb
4a, manual (init 4, edit file /etc/enigma2/lamedb, insert service)
Code:
eDVB services /4/
transponders
011a0000:07d4:0002
s 11778000:27500000:1:2:282:2:0
/
0ce4aaaa:ea7e:0001
s 10922000:16400000:1:3:-300:2:0:1:2:0:2
/
end
services
105d:011a0000:07d4:0002:1:0:0
IEPG data 1
p:BSkyB,c:010288,c:031ffe
070a:0ce4aaaa:ea7e:0001:1:0:0
Abertis PID 802
p:ABERTIS:c:031fff,c:150322,C:2600,f:4
end
Have a lot of bugs!
4b, editor (e-Chanelizer, DreamEdit, ...)
5, Editing file /etc/astra/astra.conf (thanks xozef1234)
Code:
make_channel({
name = "Abertis PID 802",
input = {
"http://localhost:8001/1:0:1:70A:EA7E:1:CE4AAAA:0:0:0:",
},
transform = {{
format = "pipe",
command = "/etc/astra/scripts/abertis 802",
}},
output = {
"http://0.0.0.0:9999/abertis/pid802",
},
})
f10992abertis0 = make_t2mi_decap({
name = "Abertis PID 802",
input = "http://0.0.0.0:9999/abertis/pid802",
plp = 0,
pnr = 0,
pid = 4096,
})
make_channel({
name = "10992plp0",
input = {
"t2mi://f10992abertis0",
},
output = {
"http://0.0.0.0:9999/abertis/pid802plp0",
},
})
6, Editing /etc/enigma/userbouquet
Code:
#SERVICE 1:64:36:0:0:0:0:0:0:0::10922V-802-TVE Pruebas-NID12552-762MHz
#SERVICE 1:0:1:30D5:A:22D4:0:0:0:0:http%3a//0.0.0.0%3a9999/abertis/pid802plp0:TVE UHD
#SERVICE 1:0:1:30D6:A:22D4:0:0:0:0:http%3a//0.0.0.0%3a9999/abertis/pid802plp0:UHD-2
7, Editing softcam.key (thanks pipino and romant)
Code:
F 070A1FFF 00000000 0Bxxxxxxxxxxxx1F ;ABERTIS HS200.1 0322_802 (30W/10922V) TVE 4K
8, Save changes and init 3
9, Functionality verification
9a - received stream
Code:
astra --analyze http://localhost:8001/1:0:1:70A:EA7E:1:CE4AAAA:0:0:0:
9b - de-capsuled ABERTIS stream
Code:
astra --analyze http://localhost:9999/abertis/pid802
9c - de-capsuled T2-MI stream
Code:
astra --analyze http://localhost:9999/abertis/pid802plp0
PS:
everything seems to be fine but when running the program from userbouquet debug from astra-sm shows a lot of errors and the image hangs or doesn't even start
it will probably be quite dependent on the HW capabilities of the box (2x decapsuled + 2x stream)
Attention: when using the
f:1 parameter, you will receive this message and the program will not be decoded (checks the PMT pid, which in this case is incorrectly defined in the
PAT_table)