Page 1 of 1

Client Server Steaming

Posted: 10 Jun 2008 22:57
by argenisleon
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.

Re: Client Server Steaming

Posted: 11 Jun 2008 17:37
by RĂ©mi Denis-Courmont
You probably need to transcode the video to a format that Ogg can encapsulate

Re: Client Server Steaming

Posted: 12 Jun 2008 02:20
by PureVirtual
You probably need to transcode the video to a format that Ogg can encapsulate
...or use some other encapsulation method compatible with your stream's audio/video codecs. :)