From: Antoine Cellerier Date: Fri, 9 May 2008 22:33:49 +0000 (+0200) Subject: I need another commit :) X-Git-Tag: 0.9.0-test0~1010 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=646ffee812214a98ed28579d47011202bbbc68ae;p=vlc I need another commit :) --- diff --git a/NEWS b/NEWS index 6c5c59ec20..71c4394b45 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ Important notes: vlc --sub-filter "marq@test{marquee=Hello}" -I rc You can then use commands like: @test marq-marquee Goodbye These new commands are also available in the telnet interface. - * The "rtp" access output module has been removed: + * The "rtp" access output module has been removed. Please use the RTP stream output instead, e.g.: 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}'