Commit 902085ea authored by Christophe Mutricy's avatar Christophe Mutricy

Document that we now require :// between access and url

Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent fae5455b
......@@ -35,6 +35,9 @@ Important notes:
* You now need to append --m3u-extvlcopt to your command line to enable
EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
of options is available to m3u playlists (CVE-2007-6683).
* The old access:url syntax is no longer supported. Use access://url instead.
E.g.: vlc:quit -> vlc://quit ;
udp:@239.255.12.12 -> udp://@239.255.12.12
Changes:
--------
......
......@@ -1384,10 +1384,10 @@ const char vlc_usage[] = N_(
"\n [dvd://][device][@raw_device] DVD device"
"\n [vcd://][device] VCD device"
"\n [cdda://][device] Audio CD device"
"\n udp:[[<source address>]@[<bind address>][:<bind port>]]"
"\n udp://[[<source address>]@[<bind address>][:<bind port>]]"
"\n UDP stream sent by a streaming server"
"\n vlc:pause:<seconds> Special item to pause the playlist for a certain time"
"\n vlc:quit Special item to quit VLC"
"\n vlc://pause:<seconds> Special item to pause the playlist for a certain time"
"\n vlc://quit Special item to quit VLC"
"\n");
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment