Page 1 of 1

broadcast a firewire 1394 video over internet under linux

Posted: 08 Aug 2006 18:12
by thecraft
this is the solution:
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}}"
Before it,you need to install all DV suport for linux, rawdv / 1394dv...
donc forget to change the ip adress inside the code,

Bye

Posted: 02 Oct 2006 16:38
by paprika
sorry,but in my case it does not work.
i'm going crazy.
I think my system can't find the fire wire port.
or he have a problem with the transcode thing.

Works for me

Posted: 29 Jan 2007 19:47
by Gabo
Thank you!

Posted: 11 Apr 2007 16:13
by sjensen
Trying to do this... just usign dvgrab to record an AVI and VLC can't play it - audio is screwed, video is a simple blue screen. Copy the avi to a windows machine and it plays fine.

Using dvgrab and vlc from Ubuntu Feisty Fawn.... any help?

Posted: 20 Jun 2007 17:58
by streampunk
This is a very similar command to what I'm using, however, there is no audio on the broadcast. It shows up fine in the avi. Any idea where the audio went?