EnoSat
Legit VIP
For example, at 55.5W/4144H, a transponder is transmitted that does not use classic PIDs for PAT/CAT/NIT/SDT, and the result of scanning the transponder is "nothing".
After analysis in TSDuck, the following was found:
Using the TSDuck command, it is possible to reconstruct TS into a processable form.


PS: It should also work for online streaming if someone has a signal (replace file with dvb input/stream output).

After analysis in TSDuck, the following was found:
Code:
0x0000 (0) - fake PAT for TID-2
0x0014 (20) - TDT
0x0040 (64) - (0) real PAT for TID-2 (512x SID , 1x PMT)
0x0041 (65) - (1) CAT (CAID-1111 , 1x EMM - EMM pid not active)
0x0042 (66) - (16) NIT (Microsspace 5x Transponder)
0x0043 (67) - (17) BAT (16x BouquetID)
0x0043 (67) - (17) SDT (512x ServiceName)
0x0044 (68) - PMT (512x ServiceType)
0x00A1 (161) - (0x80) - some networks definitions
0x00A2 (162) - (0x80) - ...
0x00A3 (163) - (0x80)
0x00A4 (164) - (0x80)
0x00A5 (165) - (0x80)
0x00A6 (166) - (0x80)
0x00A7 (167) - (0x80)
0x00A8 (168) - (0x80)
0x00A9 (169) - (0x80)
0x00AA (170) - (0x80)
0x00AB (171) - (0x80)
0x00AC (172) - (0x80)
0x00AD (173) - (0x80)
0x00AE (174) - (0x80)
0x00AF (175) - (0x80)
0x00B0 (176) - (0x80)
0x00B1 (177) - (0x92) User private - some definitions
0x00B4 (180) - (0x93) User private - some definitions
0x00C1 (193) - (0xc1) ATSC reserved - DLT (ISDB)
0x00F2 (242) - (0x93) User private - some data
0x0101 (257) - PCR
0x1285 (4741) - AAC Audio (0x0F) for SID-16 (0x0010) - Service: "BBN1 Spanish", Provider: "P16"
0x1286 (4742) - AAC Audio (0x0F) for SID-65 (0x0041) - Service: "BBN2 Portuguese", Provider: "P65"
0x1FFF (8191) - Null Packets
Code:
tsp -v -d -I file 55W4143H500.ts -P filter --negate --pid 0 -P remap --no-psi 64=0 65=1 66=16 67=17 -O file 55W4135Hfixed2.ts


PS: It should also work for online streaming if someone has a signal (replace file with dvb input/stream output).
Last edited:
