Greetings,
I would like to stream video from a ip camera using VLC to a client using VLC too. In fact, I can do it via Wizard but I can not acomplish this using the command line.
I am trying to use this command.(Windows XP)
In the server:
vlc http://192.168.1.204:1204/axis-cgi/mjpg ... cgi?fps=30 --sout '#standard{access=http, mux=ogg, dst=192.168.1.154:8080}'
In the client:
vlc http://192.168.1.154:8080
Any help would be great.