Audio(Pulsesrc) Problem
iesx
anak_jatiperlis at yahoo.com
Thu Mar 21 06:05:11 PDT 2013
Hi,
I tried to merge audio and video together. I able to record it but i got
this error.
"audiosrc gstaudiosrc.c:239:audioringbuffer_thread_func:<pulsesrc0>[00m
error reading data -1 (reason: Success), skipping segment"
How to fix this problem?
Here is my source code .
pipeline = gst_parse_launch("\
v4l2src \
! ffmpegcolorspace \
! videoscale \
! video/x-raw-yuv \
! queue \
! ffmpegcolorspace \
! progressreport \
! theoraenc quality=40 bitrate=1500 \
! oggmux name=muxer \
! filesink location=test.ogg \
pulsesrc
device=alsa_input.pci-0000_00_1b.0.analog-stereo \
!
audio/x-raw-int,rate=48000,channels=2,depth=16 \
! audioconvert \
! volume volume=5 \
! vorbisenc \
! queue \
! muxer. "
, NULL);
Please somebody help me~~
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Audio-Pulsesrc-Problem-tp4659211.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list