[vlc] Re: Streaming question
    Christophe Mutricy 
    xtophe at nxtelevision.com
       
    Thu Dec  7 01:30:31 CET 2006
    
    
  
Hello,
> vlc -vvv Groove.mpg --no-sout-video --sout
> '#duplicate{dst=display,dst=std{access=udp,mux=ts,dst=192.168.9.14
> ,sap,name="groove"}}'
> this results in the audio playing on the slave, not on the master however
> the video is not played on either pc's
> 
> i then tried removeing the --no-sout-video and the video played on both pc's
> and only the sound on the slave.
> so i seem to be right in the middle of the solution.
> how do i play the video locally and play the audio remotely?
vlc -vvv Groove.mpg --sout
 '#duplicate{dst=display,select=video,dst=std{access=udp,mux=ts,dst=192.168.9.14
 ,sap,name="groove"},select=audio}'
should do the trick.
--no-sout-video affects everything inside the sout string including
display{}.
hth,
-- 
Xtophe
-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
    
    
More information about the vlc
mailing list