When running multimedia/w_scan2 there is an option to save a scanned channel list in a format suitable for multimedia/vlc. Has anyone got an example of how to run vlc with this scanned list?
Do you mean the XSPF format? Please be more precise so we know exactly what you are talking about and give you the best possible answer.When running multimedia/w_scan2 there is an option to save a scanned channel list in a format suitable for multimedia/vlc.
If you mean by 'run ... scanned list' loading a playlist:Has anyone got an example of how to run vlc with this scanned list?
vlc *.xspf
I was follow this guide and right at the end this command is runDo you mean the XSPF format? Please be more precise so we know exactly what you are talking about and give you the best possible answer.
If you mean by 'run ... scanned list' loading the playlist: https://wiki.videolan.org/Documentation:Playlist/#Load_Playlist
vlc vlc.xspf
Script started on Fri Jun 25 21:29:42 2021
Command: cvlc channels.conf
VLC media player 3.0.14 Vetinari (revision 3.0.13-8-g41878ff4f2)
[^[[32;1m0000000800914ba0^[[0m] dummy interface: ^[[0;1musing the dummy interface module...^[[0m
[^[[32;1m0000000801076260^[[0m] main playlist: ^[[0;1mend of playlist, exiting^[[0m
Command exit status: 0
Script done on Fri Jun 25 21:29:42 2021
I assumed you are referring to https://www.linuxtv.org/wiki/index.php/VLC_media_player#DVB_TV_with_VLCWhen running multimedia/w_scan2 there is an option to save a scanned channel list in a format suitable for multimedia/vlc.
DVB TV with VLC
w_scan has an experimental option to create a vlc playlist which is probably the easiest method to view dvb streams with vlc. To create a playlist (-ft -terrestrial, -c DE Germany) and start viewing TV use
Code:w_scan -ft -c DE -L >vlcchans.xspf vlc vlcchans.xspf
-L, --output-VLC\n"
generate VLC xspf playlist (experimental)\n"
Here is what i ranHaven't watched the video, when you said
I assumed you are referring to https://www.linuxtv.org/wiki/index.php/VLC_media_player#DVB_TV_with_VLC
From w_scan2/src/scan.c
Code:-L, --output-VLC\n" generate VLC xspf playlist (experimental)\n"
w_scan2 -f s -c GB -s S13E0 -L > channels.xspf
<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/" version="1">
<title>DVB Playlist</title>
<creator>w_scan2-1.0.12</creator>
<info>https://github.com/stefantalpalaru/w_scan2</info>
<trackList>
<track>
<title>0701. France 24 HD (in English)</title>
<location>dvb-s2://frequency=11566000</location>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:option>dvb-polarization=H</vlc:option>
<vlc:option>dvb-srate=29900000</vlc:option>
<vlc:option>dvb-ts-id=15300</vlc:option>
<vlc:option>dvb-modulation=8PSK</vlc:option>
<vlc:option>dvb-rolloff=35</vlc:option>
<vlc:option>dvb-fec=3/4</vlc:option>
<vlc:option>dvb-lnb-low=9750000</vlc:option>
<vlc:option>dvb-lnb-high=10600000</vlc:option>
<vlc:option>dvb-lnb-switch=11700000</vlc:option>
<vlc:id>702</vlc:id>
<vlc:option>program=808</vlc:option>
</extension>
</track>
</trackList>
</playlist>
Digital broadcasting:
The selected digital tuner does not support the specified parameters.
Please check the preferences.
Your input can't be opened:
VLC is unable to open the MRL 'dvb-s2://frequency=11566000'. Check the log for details.
Have you tried other "Delivery Sytem" ?The selected digital tuner does not support the specified parameters.
Have you checked the log? In case the logger is not specified:Check the log for details.
Preferences -> All -> Advanced -> Logger -> checkbox "Log to file" , "Log filename" , "Verbosity Debug"
.rwx
permissions. Restart multimedia/vlc to take effect.