Commit 90fbce43 authored by Antoine Cellerier's avatar Antoine Cellerier

Some more NEWS (vlm scheduling on linux and EXTVLCOPT)

parent 89f2f2f1
...@@ -32,6 +32,8 @@ Important notes: ...@@ -32,6 +32,8 @@ Important notes:
Please use the RTP stream output instead, e.g.: Please use the RTP stream output instead, e.g.:
Old: '#std{access=rtp,dst=239.255.1.2,sap}' Old: '#std{access=rtp,dst=239.255.1.2,sap}'
New: '#rtp{dst=239.255.1.2,sap}' New: '#rtp{dst=239.255.1.2,sap}'
* You now need to append --m3u-extvlcopt to your command line to enable
EXTVLCOPT options parsing in m3u playlists.
Changes: Changes:
-------- --------
...@@ -143,6 +145,7 @@ Interfaces: ...@@ -143,6 +145,7 @@ Interfaces:
* Ncurses interface now uses ncursesw to correctly display wide characters * Ncurses interface now uses ncursesw to correctly display wide characters
when using an UTF-8 locale. when using an UTF-8 locale.
* Plugin to set Telepathy presence message using MissionControl * Plugin to set Telepathy presence message using MissionControl
* Fix VLM schedule time on Linux.
Linux Port: Linux Port:
* VLC now complies with the XDG Base Directory Specification version 0.6 * VLC now complies with the XDG Base Directory Specification version 0.6
......
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