DAB, DVB-T, FM

DAB ↓

cli ↓

https://github.com/Opendigitalradio/dablin
https://github.com/Opendigitalradio/dabtools

This

./dab2eti 215072000 49.6 | ./eti2mpa 1 | mpv --no-resume-playback -

should work, but it does NOT.

gui ↓

And actually working:
Qt_DAB-x86_64.AppImage, dabradio-x86_64.AppImage

FM using gqrc
fm2.png-DskRNBzUT3ZXYdJ-md

DVB-T ↓

mpv ↓

# ? = country code
w_scan -ft -c "?" -M > .config/mpv/channels.conf
/usr/bin/mpv dvb://"CHANNEL NAME" --no-resume-playback -vf yadif=field

or to add many to β€˜playlist’

... dvb://"CHAN 1" dvb://"CHAN 2" ...

vlc ↓

vlc dvb://frequency=562000000 :program=2

RTL2832U based usb stick ↓

does at least:

  • frequency scanner (gqrx-sdr - Software defined radio receiver), Including FM radio stations.
  • DAB (digital radio), note: High cpu usage with tested ^ AppImage-s.
  • DVB-T (Digital Video Broadcasting β€” Terrestrial)

and all that from thin air.