im trying to initialize a live streaming on the server to the client (the both machine are under ubuntu 10.10). it works fine when i use the GUI method .
BUT when i use the command line , it doesnt work :/
im trying this code :
Code: Select all
vlc v4l2:///dev/video0 --sout '#transcode{vcodec=mp2v,vb=400}:standard{access=udp,mux=ts,dst=192.168.1.107:1234}'
Note that streaming a video on both ,GUI and command line methods, works.
any suggestion please ??