14w new Russian transponder

On the western European beam so no doubt in preparation for Russian TV channels to be kicked off all the satellites controlled by western European companies.
 
It s labeled by Flysat as "new" channels...
I ll try them tomorrow,the beam is supposed to cover most of Europe.
so there must be a Russian bird on 14w ,which is near US's 15w...
so,who may be putting these channels for us to view?
 
The three radio stations are active...........Alicante, España 1.2m dish.
 

Attachments

  • Captura1.webp
    Captura1.webp
    34.2 KB · Views: 38
  • Captura2.webp
    Captura2.webp
    44.3 KB · Views: 26
  • Captura3.webp
    Captura3.webp
    80.4 KB · Views: 31
The 8 x TV channels now working and all FTA

Captura4.webp
 
Can anyone get these new Russian 14° West channels working on Engima 2 ?

Im using a Mutant 51 DVB2X.

I can scan in only the radio channels. Radio CH50-CH59. I can lock the transponder no probs strong signal with a 60cm triax dish.
 
New channels not working here on my multi-stream receivers shows a good signal but no tv here on 14°west o_O
 
I am posting my report from 14.0W @ Express-AM8 with the three T2-MI transponders activated

11544 V,14181,3/4,8PSK,PLP 0-RTRS,
11563 V,14585,3/4,8PSK,PLP 0-RTRS,
11646 V,14182,3/4,8PSK,PLP 0-RTRS.
 

Attachments

  • 11400-11700 V_2022-02-26_22-52-42.webp
    11400-11700 V_2022-02-26_22-52-42.webp
    85.8 KB · Views: 29
  • 11646 H,14181,34,8psk-PLP 0__2022-02-26_20-58-10.webp
    11646 H,14181,34,8psk-PLP 0__2022-02-26_20-58-10.webp
    169.3 KB · Views: 32
  • 11563 V,14585,34,8psk-PLP 0_2022-02-26_21-29-10.webp
    11563 V,14585,34,8psk-PLP 0_2022-02-26_21-29-10.webp
    230.5 KB · Views: 27
  • 11544 V,14181,34,8psk-PLP 0_2022-02-26_22-17-16.webp
    11544 V,14181,34,8psk-PLP 0_2022-02-26_22-17-16.webp
    212.7 KB · Views: 27
Hello can you export Astra.conf file for Engima 2? For Astra-sm
 
I am posting my report from 14.0W @ Express-AM8 with the three T2-MI transponders activated

11544 V,14181,3/4,8PSK,PLP 0-RTRS,
11563 V,14585,3/4,8PSK,PLP 0-RTRS,
11646 V,14182,3/4,8PSK,PLP 0-RTRS.
What receiver are you using ?
 
What receiver are you using ?
The T2-Mi reception at 14.0W is with the tbs6983 card and Crazyscan, 4T2 Content Analyser apps.
 
Hola..........GTMedia V8 UHD
Yes, the V8 here has found the three 14W transponders, nothing locked though on an 80 dish.
It is also running a conflict with some T2MI channels on 30 W, doesn't know which way to turn

Is there firmware later than 1.14 ?

Edit, it took ages to process the channels available, but they are now in the memory.20220227_094641[1].webp
 
Last edited:
ESPN, though apparently encrypted is coming in.
 

Attachments

  • 20220227_095447[1].webp
    20220227_095447[1].webp
    206.1 KB · Views: 28
I am posting my report from 14.0W @ Express-AM8 with the three T2-MI transponders activated

11544 V,14181,3/4,8PSK,PLP 0-RTRS,
11563 V,14585,3/4,8PSK,PLP 0-RTRS,
11646 V,14182,3/4,8PSK,PLP 0-RTRS.
23 Russian stations received here using the GT Media Combo. Thanks satesco.
 
23 Russian stations received here using the GT Media Combo. Thanks satesco.
Perhaps I didn't give it long enough before moving to another satellite then. Will try again this evening.
 
Hello can you export Astra.conf file for Engima 2? For Astra-sm
Code:
-- RTRN 14W

f11544rtrs0 = make_t2mi_decap({
  name = "11544V T2-MI",
  input = "http://localhost:8001/1:0:1:6E:0:0:D84AD18:0:0:0:",
    plp = 0,
    pnr = 0,
    pid = 4096,
})

f11562rtrs0 = make_t2mi_decap({
  name = "11562V T2-MI",
  input = "http://localhost:8001/1:0:1:6E:0:0:D84AD2A:0:0:0:",
    plp = 0,
    pnr = 0,
    pid = 4096,
})

f11646rtrs0 = make_t2mi_decap({
  name = "11646V T2-MI",
  input = "http://localhost:8001/1:0:1:6E:0:0:D84AD7E:0:0:0:",
    plp = 0,
    pnr = 0,
    pid = 4096,
})

make_channel({
  name = "11544plp0", input = { "t2mi://f11544rtrs0", },
  output = { "http://0.0.0.0:9999/rtrs/11544plp0", },
})

make_channel({
  name = "11562plp0", input = { "t2mi://f11562rtrs0", },
  output = { "http://0.0.0.0:9999/rtrs/11562plp0", },
})

make_channel({
  name = "11646plp0", input = { "t2mi://f11646rtrs0", },
  output = { "http://0.0.0.0:9999/rtrs/11646plp0", },
})
 
Back
Top