[Edit]
+
0
-
0
Linux / Ubuntu / Debian - find and play DVB-T2 TV channels in VLC Media Player (w_scan2 used)
1 2 3 4 5 6 7 8 9 10 11 12 13# 1. Download and compile `w_scan2` from source code: # # https://github.com/stefantalpalaru/w_scan2 # 2. Scan for TV channels and save them as playlist using: # ./w_scan2 -L > channels.xspf # OR: ./w_scan2 -c PL -L > channels.xspf # # Where: PL means country code. # 3. Open `channels.xspf` file in VLC Media Player, select TV channel from playlist and play it using double click.