30 W Feeds

I don't know if it makes sense to have the same thing on two forums
 
Yes, working perfect and flaw free!!!
tveuhd.jpg

This is the correct configuration
-astra.conf-
Code:
-- 10922V 16400 3/4 --
make_channel({
 name = "Abertis PID 802",
 input = {"http://localhost:8001/1:0:1:70A:EA7E:0:CE42AAA:0:0:0:",},
 transform = {{format = "pipe", command = "/etc/astra/scripts/abertis 802",}},
 output = {"http://0.0.0.0:9999/abertist2mi/pid802",},
})

abertispid802 = make_t2mi_decap({
 name = "10922V PLP0",
 input = "http://0.0.0.0:9999/abertist2mi/pid802",
 plp = 0,
 pnr = 0,
 pid = 4096,
})

make_channel({
 name = "10922plp0 ",
 input = {"t2mi://abertispid802",},
 output = { "http://0.0.0.0:9999/abertis/pid802", },
})


-lamedb-
Code:
070a:0ce42aaa:ea7e:0000:1:0
Abertis PID 802
p:ABERTIS,c:031fff,c:150322,C:2600,f:05

-userbouquet- (this is my config, you can make your own on Dreamboxedit)
Code:
#SERVICE 1:64:1:0:0:0:0:0:0:0::(TV) 10922V 16400 3/4   802
#DESCRIPTION (TV) 10922V 16400 3/4   802
#SERVICE 1:0:1:30D5:2AAA:322:0:0:0:0:http%3a//localhost%3a9999/abertis/pid802:TVE UHD [802]
#DESCRIPTION TVE UHD [802]
#SERVICE 1:0:1:30D6:2AAA:322:0:0:0:0:http%3a//localhost%3a9999/abertis/pid802:UHD-2 [802]
#DESCRIPTION UHD-2 [802]

Enjoy!!!
 
Same here! many many thanks to everybody who has made this possible!
 

Attachments

  • 1_0_1_30D5_A_22D4_0_0_0_0_20221121162941.jpg
    1_0_1_30D5_A_22D4_0_0_0_0_20221121162941.jpg
    58.3 KB · Views: 34
Good to know you got it working...kindly post your configs, thanks
 
Works like a charm here on my Octagon SF8008 (OpenATV 6.4).
Thanks to all people involved who made this possible! :-clap:-clap

Two side notes:
1) My octagon stored the channel with a different namespace, so i had to modify the config.
2) Every now and then the channel hangs for a few seconds. Then i remembered of a modified sysctl.conf file to improve network speed. I uploaded the modified sysctl.conf to \etc and now i have a perfect vision!
 
1) My octagon stored the channel with a different namespace, so i had to modify the config.
Igonore DVB-S namespace sub network - No - 0CE4xxxx - /all transponders remain in lamedb/
Igonore DVB-S namespace sub network - Yes - 0CE4000 - /some transponders with the same NID/TID will be overwritten - disappear/
 
Igonore DVB-S namespace sub network - Yes - 0CE4000 - /some transponders with the same NID/TID will be overwritten - disappear/
I had to choose this option otherwise the channel would not be stored.
In addiction to that i had to select "multistream" in the octagon scan menu or the tuner won't lock the frequency.

Hello,
Can share the changes you made, I have the same box and I'm not getting it.

In lamedb:

Code:
/
0ce40000:ea7e:0001
    s 10922000:16400000:1:3:-300:2:0:1:2:2:2:0:0:1
/

070a:0ce40000:ea7e:0001:1:0:0
Abertis PID 802
p:ABERTIS:c:031fff,c:150322,C:2600,f:4

in astra.conf:

Code:
make_channel({
  name = "Abertis PID 802",
  input = {
    "http://localhost:8001/1:0:1:70A:EA7E:1:CE40000: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",
  },       
})
 
Yes, working perfect and flaw free!!!
View attachment 146013

This is the correct configuration
-astra.conf-
Code:
-- 10922V 16400 3/4 --
make_channel({
 name = "Abertis PID 802",
 input = {"http://localhost:8001/1:0:1:70A:EA7E:0:CE42AAA:0:0:0:",},
 transform = {{format = "pipe", command = "/etc/astra/scripts/abertis 802",}},
 output = {"http://0.0.0.0:9999/abertist2mi/pid802",},
})

abertispid802 = make_t2mi_decap({
 name = "10922V PLP0",
 input = "http://0.0.0.0:9999/abertist2mi/pid802",
 plp = 0,
 pnr = 0,
 pid = 4096,
})

make_channel({
 name = "10922plp0 ",
 input = {"t2mi://abertispid802",},
 output = { "http://0.0.0.0:9999/abertis/pid802", },
})


-lamedb-
Code:
070a:0ce42aaa:ea7e:0000:1:0
Abertis PID 802
p:ABERTIS,c:031fff,c:150322,C:2600,f:05

-userbouquet- (this is my config, you can make your own on Dreamboxedit)
Code:
#SERVICE 1:64:1:0:0:0:0:0:0:0::(TV) 10922V 16400 3/4   802
#DESCRIPTION (TV) 10922V 16400 3/4   802
#SERVICE 1:0:1:30D5:2AAA:322:0:0:0:0:http%3a//localhost%3a9999/abertis/pid802:TVE UHD [802]
#DESCRIPTION TVE UHD [802]
#SERVICE 1:0:1:30D6:2AAA:322:0:0:0:0:http%3a//localhost%3a9999/abertis/pid802:UHD-2 [802]
#DESCRIPTION UHD-2 [802]

Enjoy!!!
thanks to all people that works in this new channels! and all developers.... really great work...
yesterday i was doing some test
televes zas box: not new channels
edision primo: with new keys not get the channels after scanning
octagon sf8008: working really fine... without freezing .. really great
edision os mio 4k: with all files like octagon not open the channels....
so any help with edision... or maybe cant because not have native t2mi?
 
edision os mio 4k: with all files like octagon not open the channels....
so any help with edision... or maybe cant because not have native t2mi?
Edision os MIO4K or MIO+4K? because MIO+4K does work
 
Edision os mio 4k
official specifications of mio 4k states that it is capable of receiving t2-mi... Maybe open another topic to receive help? My guess is that it should be possible
 
Osmio 4K will not open the channels, because the T2-MI support through stream relay is deactivated in the drivers. I don't know if the T2-MI RAW option is still available in certain images. If it is, deactivating that will enable T2-MI through astra-sm.
However, there were some reports that TVE UHD worked with extreme freezing. If so, this is the reason why...
 
Osmio 4K will not open the channels, because the T2-MI support through stream relay is deactivated in the drivers. I don't know if the T2-MI RAW option is still available in certain images. If it is, deactivating that will enable T2-MI through astra-sm.
However, there were some reports that TVE UHD worked with extreme freezing. If so, this is the reason why...
thank you sooo mucha great MCelliotG!!
where can deactivating t2mi raw?
 
yes (TVE UHD with HDR, UHD-2 with SDR)
capture_001_24112022_204437.png
 
Other interest tests INGEST TELECOM are running on 11222V and 11422H



it doesn't show me any stream, but the identification data changes very quickly (maybe some DVB-IP or something else)

 
Back
Top