Experimental DAB/DAB+ radio
Thanks to
@athoik
https://www.satdreamgr.com/forum/showthread.php?14653-RTL-SDR-with-Enigma2/page18
I made some modifications for Open Black Hole
I have test only with Open Black Hole ARM 4K box.
With this, only DAB/DAB+ radio stations can be received.
Ten NL channels have been programmed for testing.
Of course for use in other regions and countries
it is necessary to edit plugin.py
You have to put the names of the radio channels you want to hear
you have to replace the hex code of these radio stations
and the main code of the region.
Example from plugin.py
("ch2", _ ("NH Radio"))
is North Holland radio >> NH Radio.
in commands (plugin.py we find coding for "ch2")
cmd = "dab-rtlsdr-3 -C8A -W50 -S 8418 - | gst-launch-1.0 fdsrc! audio / x-raw, format = S16LE, channels = 2, layout = interleaved, rate = 48000! dvbaudiosink"
8A is the main code of the region
8418 is the code for NH Radio
you can use the name of the radio station instead of the code
then you have to replace -S 8418
with
example:
-C NH Radio
======================================================
If you do not know the radio station code
just place the code for the region
and in the log you will see the codes and names.
