broadcast a firewire 1394 video over internet under linux
Posted: 08 Aug 2006 18:12
this is the solution:
so many linux user try to broadcast a cam video over internet, this is the solution.
Before it,you need to install all DV suport for linux, rawdv / 1394dv...
donc forget to change the ip adress inside the code,
Bye
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