I need to activate the vlc that runs on linux from my c++ app, running on windows machine.
I wonder what is the request I have to use in order to make the vlc read my stream and convert it to TS format.
At first, I used to activate the VLC on the same local machine(windows) and I used the command line : vlc -vvv rtsp://192.118.51.178:554/videoBlogger/blabla.3gp :sout=#transcode{vcodec=mp2v,vb=2048,acodec=mpga,ab=192,deinterlace}:duplicate{dst=std{access=file,mux=ts,url="C:\TS_Files\test.mux"}} vlc:quit
Now the vlc is running on linux and I still need to use it for read and convert my stream. Need one cmd line or one request and can not use the browser.
Can someone help? I dont know how to do it.
Thanks