From: yomguy Date: Mon, 12 Sep 2011 12:44:39 +0000 (+0000) Subject: add gstreamer video DV script X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=11ebba3ce0357581818392a3ffee79c7d96b46d5;p=telecaster-cgi.git add gstreamer video DV script --- diff --git a/scripts/telecaster/gst_dv_jack_shout b/scripts/telecaster/gst_dv_jack_shout new file mode 100755 index 0000000..ef59dfc --- /dev/null +++ b/scripts/telecaster/gst_dv_jack_shout @@ -0,0 +1,7 @@ +#!/bin/bash + +gst-launch-0.10 dv1394src ! queue ! dvdemux name=d ! queue ! dvdec \ + ! queue ! videoscale ! video/x-raw-yuv, width=480, height=368 \ + ! queue ! ffmpegcolorspace ! theoraenc bitrate=500 ! muxout. \ + oggmux name=muxout \ + ! queue ! shout2send mount=/telecaster_live_video.ogg port=8000 password=source2parisson ip=127.0.0.1 \