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