Raspi 2+logitech c920+gstreamer

r3dsm0k3 ajithredsmoke at gmail.com
Fri Mar 20 04:53:55 PDT 2015


Using the capture program (https://github.com/DeLaGuardo/capture) and piping
the output to gstreamer. When I use v4l2sec/uvch264src, I was getting
artifacts, had to stick to the capture program.

I've used v4l2-ctl to set the camera preference like resolution and
framerate. (1080p at 30fps)

capture -d /dev/video0 -o | gst-launch-1.0 -v -e filesrc location=/dev/fd/0
do-timestamp=true ! \
queue ! h264parse ! queue ! mux. alsasrc device="plughw:0" do-timestamp=true
! \
audio/x-raw,format=\(string\)S16LE,rate=32000,channels=2 ! queue !  \
voaacenc bitrate=41000 ! aacparse ! queue ! mux. flvmux name=mux
streamable=true !  \
queue ! filesink location=test.flv

you could change the sink part to your preferred sinks. I have no issues
whatsover here.




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Raspi-2-logitech-c920-gstreamer-tp4671205p4671233.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list