RAI DAB+ feed from 5 West

Yes, I saw that, reinstalled again, now no such warning but ... still no success. I am wondering about the last message "EOF reached"; any meaning?

View attachment 168187
Your problem is that nc 127.0.0.1:6969 never connects to VMA DAV Launcher's TCP server.

1774725306204.webp

Try to configure TCP IP to 0.0.0.0 or use your real network card IP.
 
At 10.0E, I think we have a DAB stream on 10734 H, 8970, 3/4.
All the data I've gathered seems to point to this.
Check the file
 

Attachments

  • 10734 H,8968,34,-2026-03-28_22-23-30.webp
    10734 H,8968,34,-2026-03-28_22-23-30.webp
    90 KB · Views: 33
  • 10734 H,870,34-mpe_2026-03-29_11-34-37.webp
    10734 H,870,34-mpe_2026-03-29_11-34-37.webp
    136.8 KB · Views: 32
I thought you are familar with DAB feeds?

a) you found a data package owned by Eutelsat (which has nothing to do with DAB, it's called IPE)
b) a typical DAB stream is around 1 - 2 MBit, but this is up to 12 MBit on PID 101
c) you are using the wrong tools to analyse the content. Don't pipe to dablin, which only expects a valid DAB stream in EDI or ETI format. Use strings instead (it's even available for Windows) to look for texts
d) you can also use the build-in hex-viewer in Transedit
e) DAB streams at least contain the word eti

Therefore, an analysis has these steps:

a) stream PID 101 to the network or to the same machine with Transedit
b) open Ubuntu on same machine via WSL
c) nc [IP:5018] | strings -16 (I recommend at least 10 or even 16 as lenght)

Then you might get texts like

1 Photoshop 3.0
1 LIGION-TRADITION-HERITAGE
1 DIPTC:01019000:arts, culture and entertainment:customs and tradition:
1 .IPTC:01000000:arts, culture and entertainment:
1 2IPTC:12025000:religion aG
1 nd belief:religious event:
1 "IPTC:12000000:religion and belief:
1 customs and tradition
1 religious event
1 g2mapping/libg2 3.10.12
1 SERGEI GAPON
1 AFP or licensors
1 Catholic beliG
1 evers carry traditional handmade 'palm branches', some of which are up to 10 metres long, as they attend a religious procession during Palm Sunday celebrations in Lyse, Masovian VoivodG
1 eship, Poland on March 29, 2026. (Photo by Sergei GAPON / AFP)

Sorry, but today isn't the 1st April ;-)
 
Your problem is that nc 127.0.0.1:6969 never connects to VMA DAV Launcher's TCP server.

View attachment 168191

Try to configure TCP IP to 0.0.0.0 or use your real network card IP.
Tnx, it was my IP needed.

All DAB muxes appear to run OK except RAI on 5W/12.564 V. What's wrong here?

RAI.webp
 
Last edited:
Sure, 120cm, 4 dB margin, should be no problem for you either.
Works flawlessly on E2, but VMA Dabstreamer not.

12564V.webp RAI_DAB.webp RAI Radio 1 Sport.webp
 
At 10.0E, I think we have a DAB stream on 10734 H, 8970, 3/4.
All the data I've gathered seems to point to this.
IPE was part of Agence France-Presse at 10771 H and, following its dissolution, moved to 10735.93 H
 
Tnx, it was my IP needed.

All DAB muxes appear to run OK except RAI on 5W/12.564 V. What's wrong here?

View attachment 168198
I got the same error: if you look on the bottom of DAB windows you'll see the quality of the channel is "20".
This means we receive a corrupted stream hence the errors in Dablin.
Me too, if i tune RAI TP with any program, i have 100% quality
 
Is it wrong MIS or PLS handling? Something I should correct?
 
I don't know, this is what i get:
Code:
[18:27:07] Starting tuner via StreamReader.dll...
[18:27:07]   Tuner index: 5
[18:27:07]   Target TCP server: 172.16.0.203:2103
[18:27:08] Tuner started.
[18:27:08] Sending DiSEqC RAW: E0 10 38 FC
[18:27:08] DiSEqC command sent.
[18:27:08] Polarization set.
[18:27:08] NOTE: This DAB helper replacement does not yet apply MISSel().
[18:27:08]       Tuning continues without MIS filtering.
[18:27:08] PLS GOLD code 131070 applied.
[18:27:09] Lock OK.
[18:27:09]   Freq: 12563437
[18:27:09]   SR: 35285345
[18:27:09]   SNR: 13,10
[18:27:09]   RF Level: -44
[18:27:09] TCP: listening on 172.16.0.203:2103
[18:27:09] Waiting for DAB client to connect...
[18:27:09] TS filter installed (ID = 0).
but at the end the quality is 20%
Truth to be told, for this particular TP in EBS i have to scan it 2 o 3 times to get the correct tune with all streams available
 
I think MISSel() is required. What is the MIS value?
 
This is what I get now:

rai.webp
 
Same for me, always quality=20
 
I cannot test myself, so there is not much I can do.
I would need complete information: does it work with CrazyScan? If so, send me the streamreader.log, but start a new one. Explain what you are doing (what transponder, PLS, MIS, etc.). Explain exactly what happens: does it work for a while or never? I need all details. Then, perhaps, I can fix it.
 
It works great with both EBSPro & CrazyScan. And on Octagon SF8008 as well.
No idea how to get to the streamreader.log .. unfortunately.

EBS.webp TS.webp 12564V.webp
 
Last edited:
It's a file that is in the same folder
 
In EBS must activated
capture_001_29032026_232054.webp
In CS main directory
 
Thanks. I sorted it with VMA ... I hope he'll manage to find the bug.
 
I have added some instruction on how to play this stream on linux.

RAI DAB 12564V-S11@5.0W

  • Tune:
    neumo-tune -ctune -A blind -a 8 -r 0 -dU -U0 -f 12564 -pV -S 35293
  • demux:
    neumo-dmx -a 8 --stid-isi=11 --pid 1000 | ts2na --pid 1000 -s 0 | na2ni | dablin_gtk

    Due to bugs in various tools, you may need to try several times until a sync is found
 
Back
Top