VLC desktop streaming
- by StackedCrooked
Edit
I stopped using VLC and switched to GMax FLV Encoder. It does a much better job IMO.
Original post
I am sending my desktop (screen) as an H264 video stream to another machine that saves it to a file using the follwoing command lines:
Sender of the stream:
vlc -I dummy
--sout='#transcode{vcodec=h264,vb=512,scale=0.5}
…