-
-
Notifications
You must be signed in to change notification settings - Fork 37
Play DVB TV
Rafał Dzięgiel edited this page May 14, 2021
·
1 revision
You can use Clapper to play DVB TV using your PC DVB Tuner.
- Create (alternatively find online) an up-to-date initial DVB scan file. Use either
w_scan
orw_scan_cpp
utils and-c
option to specify your country (e.g. useDE
for GERMANY).
w_scan -c DE -x > initial_dvbv3
- Convert created file to newer DVBv5 format:
dvb-format-convert -I channel -O dvbv5 initial_dvbv3 initial_dvbv5
- Use initial scan file to create dvb-channels config file (use the same country code as earlier):
dvbv5-scan -C DE initial_dvbv5 -o dvb-channels.conf
- Copy/move the
dvb-channels.conf
file to one of below folders (ifgstreamer-1.0
folder at specified location does not exists, create it):
- Flatpak:
~/.var/app/com.github.rafostar.Clapper/config/gstreamer-1.0/
- Native package:
~/.config/gstreamer-1.0/
- Open the
dvb-channels.conf
file with any text editor. It should contain channels names in brackets. - Create a new text file anywhere you want (will will make it into channels playlist).
- Write the channel names you want from
dvb-channels.conf
(without brackets) in order you want to have them into newly created playlist file, one per line prefixed withdvb://
. For example a channel named[Channel TV1]
should be written asdvb://Channel TV1
(with spaces and case sensitive). - Save the Clapper playlist file and add a
.claps
extension to it. - Now all you have to do is double click that playlist file to open it with Clapper and play TV.