ABERTIS не работает в режиме T2MI. В enigma2 нужно использовать утилиту astra-sm, которая преобразует TS в IP.
T2MI
f11401v5 = make_t2mi_decap({ name = "SEMTEL c15", input = "http://localhost:8001/1:0:64:FA1:190:0:A0AC89:0:0:0", plp = 0, pnr = 0, pid = 4095, })
make_channel({ name = "SEMTEL c15", input = { "t2mi://f11401v5", }, output = { "http://0.0.0.0:9999/semtel/c15", }, })
ABERTIS
make_channel({ name = "Abertis PID 2025", input = { "http://localhost:8001/1:0:64:BD1:EA74:1:CE40000:0:0:0:", }, transform = {{ format = "pipe", command = "/etc/astra/scripts/abertis 2025", }}, output = { "http://0.0.0.0:9999/abertis/pid2025", }, })