Skip to content

Instantly share code, notes, and snippets.

@kyv
Last active August 29, 2015 14:06
Show Gist options
  • Save kyv/3976fb154755d380bb04 to your computer and use it in GitHub Desktop.
Save kyv/3976fb154755d380bb04 to your computer and use it in GitHub Desktop.
command for dvswitch
dvswitch -p2000 -hlocalhost 2>&1 /dev/null &
sleep 1
avconv -v 0 -f video4linux2 -i /dev/video1 -target ntsc-dv - | \
dvsource-file /dev/stdin -p 2000 -h localhost 2>&1 /dev/null &
sleep 5
dvsink-command -h localhost -p 2000 tee /dev/null | \
ffmpeg2theora - -f dv -F 5 -v 4 -a 0 -c 1 -H 9600 -o - | \
oggfwd a.stream.mayfirst.org 8000 source mount.ogv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment