hi!!
i'm a new commer in the vlc world. i would like to use vlc as a streaming server in unix, and i have some questions.
i would like to launch the vlc's streaming commands (e.g: vlc -vvv inputstream --sout '#standard{access=udp, mux=ts, url=192.23.234.34}') from a c/c++ program code and not from the shell. which vlc function(s) should i call and pass the the command line to?????
i don't want to launch it with the function 'system()' in c
thanks