[gst-devel] How to replace v4lctl with a gst command ?
cubensis at tvsol.pr.gov.br
cubensis at tvsol.pr.gov.br
Thu Jun 21 00:04:52 CEST 2007
Fedora 7.
The xawtv
http://dl.bytesex.org/cvs-snapshots/xawtv-20070514-115618.tar.gz
is working fine with the bttv card.
But this
gst-launch-0.10 v4lsrc device=/dev/video0 !
"video/x-raw-yuv",width=320,height=240 ! ffmpegcolorspace !
theoraenc bitrate=80 ! oggmux name=mux ! shout2send ip=xx.yy.zz.kk
port=8000 password=hackme mount=test.ogg { mux. }
is sending NTSC and not using the input "Television"...
So one need to use the command:
v4lctl -v /dev/video0 setnorm PAL-M capture overlay setstation tv \
setinput Television
But this is resulting in "Segmentation fault" !!!
So, how could one setup the /dev/video0 device parameters only with
gstreamer ?
More information about the gstreamer-devel
mailing list