Call VLC and terminate it from C source code
Posted: 09 Dec 2009 14:51
Hi,
I know how to call VLC from C source code through System() function. The command is the following
I would like to know how can i terminate the call to VLC. After that VLC is started how can i close it from command line?
Thank
I know how to call VLC from C source code through System() function. The command is the following
Code: Select all
system("vlc -vv prova.jpg --sout '#transcode{vcodec=H263p,vb=800,width=352,height=288}:duplicate{dst=display,dst=rtp{sdp=rtsp://10.36.1.4:8080/test.sdp},dst=rtp{dst=10.36.1.4,port=1234,mux=ts}}'");
Thank