DAB, DVB-T, FM
21. 3. 2018DAB ↓
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
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.