]> git.sesse.net Git - vlc/blobdiff - NEWS
give the opportunity to play synchronously
[vlc] / NEWS
diff --git a/NEWS b/NEWS
index f26560a4cfccc5a0ad6b5a1515edc38435ce55be..2c4ede69a2ba6ab6565e13b6502d0fa4023a2a86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 $Id$
 
-Changes between 0.8.6 and 0.9.0-svn (not released yet):
+Changes between 0.8.6 and 0.9.0-git (not released yet):
 -------------------------------------------------------
 
 Important notes:
@@ -30,11 +30,14 @@ Important notes:
     These new commands are also available in the telnet interface.
  * The "rtp" access output module has been removed:
    Please use the RTP stream output instead, e.g.:
-     Old: '#std{access=rtp,dst=239.255.1.2,sap}'
-     New: '#rtp{dst=239.255.1.2,sap}'
+     Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
+     New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
  * 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:
 --------