[streaming] Re: Streaming question
Julien LAFAIX
jix at via.ecp.fr
Wed Mar 2 13:47:40 CET 2005
On Wed, Mar 02, 2005, Ioannis Skazikis wrote :
> I try to start up a vlc streaming server using your HowTo, but without
> success.
>
> The only success was with:
>
> Server:
> vlc -vvv v4l:///dev/video0 --sout
> '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,url=146.124.62.83:8080}'
>
> Client:
> vlc mmsh://146.124.62.83:8080
>
>
> Could you please send me an example how to stream from the WebCam under the
> UDP Portocol to one IP address?
Server:
vlc -vvv --color --ttl 12 v4l:///dev/video0 --sout
'#transcode{vcodec=DIV3,vb=256,acodec=mp3,ab=32,channel=2}:std{access=udp,mux=ts,url=146.124.62.83:8080}'
Client: vlc udp:@146.124.62.83:8080
--
Jix
--
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the streaming
mailing list