Showing posts with label streaming. Show all posts
Showing posts with label streaming. Show all posts

Sunday, January 20, 2008

streaming with vlc and leadtek winfast 2000 xp global

encoding server ---> upd stream ---> streaming server (listen on 1212 port)



i assume the card is installed we will need to use the /dev/video0 interface and stream from it in mpeg4 or
flash streaming

On the streaming server or computer i do
vlc udp:@:1212 and i listen to the port (later i will do an relay to the stream and send it to the clients)

On the encoder server:
Here is how i do the encoding from the command line (and i send the stream to the 192.168.0.1:1212 server)

vlc -vvv --color v4l:/dev/video0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,venc=ffmpeg{keyint=80,hurry-up,vt=800000},deinterlace}:std{access=udp,mux=ts,dst=192.168.0.1:1212}' --ttl 12