so many linux user try to broadcast a cam video over internet, this is the solution.
Code: Select all
dvgrab - | vlc --no-sub-autodetect-file - :demux=rawdv ":sout=#transcode{vcodec=WMV2,vb=256,scale=1}:duplicate{dst=display,dst=std{access=rtp,mux=ts,dst=xxx.xxx.xxx.xxx:1234}}"
donc forget to change the ip adress inside the code,
Bye