[vlc] Close VLC by command

Brook Lin gnu.fans at yahoo.com
Wed Mar 4 04:25:57 CET 2009


Hi All, 

I'm doing the video streaming by VLC. 

1st VLC is used to open the capture device and then stream out via UDP:
vlc v4l:// :v4l-vdev="/dev/video" :v4l-adev="/dev/dsp" :v4l-norm=3
:v4l-frequency=-1 --sout
'#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=:1234}}'

2nd VLC is used to open the video stream and save the streaming to a file:
vlc udp://@:1234 --sout '#duplicate{dst=std{access=file,mux=ts,dst="file"}}'

However, I want to use command to close the 2nd vlc. I tried vlc://quit, but
it doesn't work at all. How should I close the 2nd vlc not the 1st one by
command? I really appreciate any help.

--Brook
-- 
View this message in context: http://www.nabble.com/Close-VLC-by-command-tp22322944p22322944.html
Sent from the VLC (VideoLAN) mailing list archive at Nabble.com.




More information about the vlc mailing list