Top Tip T2-MI reception on E2 STB with SDG image - A complete step by step guide

ABERTIS not T2-MI
 
12073 H 27500 (4.8E)
Stream 15 - PLP: 0 - T2-MI

UA: Pershiy
RADA
1+1
ICTV UA
Telekanal STB
Inter
Unian TV
 
On satellites.xml
4.8E Ku-band Astra 4A

<transponder frequency="12073000" symbol_rate="27500000" polarization="0" fec_inner="3" system="1" modulation="2" is_id="15" pls_mode="1" pls_code="0" t2mi_plp_id="0" t2mi_pid="4096" />
 
Last edited:
On satellites.xml
4.8E Ku-band Astra 4A

<transponder frequency="12073000" symbol_rate="27500000" polarization="0" fec_inner="3" system="1" modulation="2" is_id="15" pls_mode="1" pls_code="0" t2mi_plp_id="0" t2mi_pid="4096" />
The transponder is DVB-S, not DVB-S2
 
T2MI and multistream on a DVB-S transponder? How is this possible?
 
T2MI and multistream on a DVB-S transponder? How is this possible?
I'm skeptical too, but we have to trust what the analyzer says....
48e.webp
 
Good find, I would say it’s just T2-MI though and not multistream/MIS. Perfectly possible to have T2-MI on a DVB-S transponder as it’s just data encapsulated within a standard DVB PID.

Not sure where the stream 15 comes from, from those screenshots it is indeed just a PID within the regular DVB-S TP alongside the other channels.

I would guess as these are an unencrypted version of Ukrainian DTT mux.1, they’re possibly intended for restoring Ukrainian TV to liberated areas quickly.
 
How do I have to configure astra-sm to be able to see these channels?
 
They scan in on my Octagon SF8008 mini which has HW T2-MI support (no need for Astra-SM) but I have to scan as DVB-S2 in Enigma2 rather than DVB-S for the T2MI menu options (PLP, PID) to appear as they are hidden for DVB-S. This works fine though and they then successfully scan.

Note that the PID is 4095 rather than the usual PID 4096. I can confirm that there is no MIS.
 

Attachments

  • 1_0_16_B_64_2324_300000_0_0_0_20220808170100.webp
    1_0_16_B_64_2324_300000_0_0_0_20220808170100.webp
    49.6 KB · Views: 25
Note that the PID is 4095 rather than the usual PID 4096. I can confirm that there is no MIS.
They changed it in the last hours. When i first scanned the frequency the PID was 4096 and in AltDvb you had to set MIS 15 otherwise it won't find any channels.
Now MIS has disappeared and the pid is 4095
 
That's strange, Osmio which has also native T2MI only scans the regular channels, whatever pid I use. Adam can you show a screencap with your manual search parameters?
 
Everything works fine with astra-sm :rolleyes:
(Vu+ Duo4K SE)


UA TV.jpg

1.jpg

2.jpg

3.jpg



4.webp

Code:
astra-sm


zeomis = make_t2mi_decap({
  name = "ZEONBUD TEST",
  input = "http://localhost:8001/1:0:1:1:F:55:300000:0:0:0:",
  plp = 0,
  pnr = 0,
  pid = 4095,
})

make_channel({
  name = "MUX TEST",
  input = { "t2mi://zeomis", },
  output = { "http://0.0.0.0:9999/zeobud/mis", },
})



Channel


#NAME Zeonbud
#SERVICE 1:64:1:0:0:0:0:0:0:0::TV
#DESCRIPTION TV
#SERVICE 1:64:2:0:0:0:0:0:0:0::(4.8E) 12073 H 27500 3/4  MX-1
#DESCRIPTION (4.8E) 12073 H 27500 3/4  MX-1
#SERVICE 1:0:16:B:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:UA Pershiy
#DESCRIPTION UA Pershiy
#SERVICE 1:0:16:C:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:RADA
#DESCRIPTION RADA
#SERVICE 1:0:16:D:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:1+1
#DESCRIPTION 1+1
#SERVICE 1:0:16:E:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:Ukraine
#DESCRIPTION Ukraine
#SERVICE 1:0:16:F:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:ICTV
#DESCRIPTION ICTV
#SERVICE 1:0:16:10:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:STB
#DESCRIPTION STB
#SERVICE 1:0:16:11:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:Inter
#DESCRIPTION Inter
#SERVICE 1:0:16:12:48:10:300000:0:0:0:http%3a//0.0.0.0%3a9999/zeobud/mis:Unian TV
#DESCRIPTION Unian TV
 
Last edited:
Back
Top