[vlc-commits] NEWS: trimmed example for stream_out_select

Jean-Paul Saman git at videolan.org
Tue Feb 15 14:30:50 CET 2011


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Tue Feb 15 14:02:45 2011 +0100| [eb4b232156c9dcbe7744b9ac378f564afbc65f40] | committer: Jean-Paul Saman

NEWS: trimmed example for stream_out_select

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb4b232156c9dcbe7744b9ac378f564afbc65f40
---

 NEWS |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/NEWS b/NEWS
index 7376981..d10f47c 100644
--- a/NEWS
+++ b/NEWS
@@ -90,25 +90,8 @@ Stream output:
  * New langfromtelx module, to change lang of one ES, when streaming, based on
    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
  * New select module, to replace an existing ES with another ES in the same track
-   Here is an VLM example on how to use it (see Mic input):
-      # VLC media player VLM command batch
-      # http://www.videolan.org/vlc/
-    
-      # MPEG-TS stream
-      new ts broadcast enabled
-      setup ts input "file:///<path_to_some_file_to_play>"
-      setup ts output #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
-      setup ts loop
-    
-      # Mic input
-      new mic broadcast enabled
-      setup mic input "alsa://"
-      setup mic output #transcode{acodec=mpga,ab=192,channels=2}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{access=udp,mux=ts,dst=127.0.0.1:1234}
-    
-      # Fire it up
-      control ts play
-      control mic play
-
+      #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
+      #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
 
 Services Discovery:
  * Search API to be able to query distant search APIs from the interfaces



More information about the vlc-commits mailing list