Hi,<br><br><div class="gmail_quote">On Sun, Oct 17, 2010 at 5:26 PM, David Klasinc <span dir="ltr">&lt;<a href="mailto:bigwhale@lubica.net">bigwhale@lubica.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Greetings,<br>
<br>
if someone could shed some light on this. I am trying to capture my<br>
screen and record audio from pulse or alsa source. I am working on<br>
python application and I get the same behavior in python app and if I<br>
use gst-launch.<br>
<br>
Here&#39;s the command line I use:<br>
<br>
gst-launch ximagesrc endx=1680 endy=1050 use-damage=false \<br>
show-pointer=true ! videorate ! video/x-raw-rgb,framerate=25/1 ! \<br>
ffmpegcolorspace ! queue ! schroenc rate-control=lossless ! queue ! \<br>
mux. pulsesrc ! audio/x-raw-int ! audiorate ! \<br>
audio/x-raw-int,rate=44100 ! flacenc ! queue ! mux. matroskamux \<br>
name=mux ! queue ! filesink location=&quot;test.mkv&quot;<br>
<br>
No matter what codecs I used for audio or video and no matter what<br>
compression level I tried, I always ended up with the error:<br>
<br>
WARNING: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0:<br>
Can&#39;t record audio fast enough<br>
gstbaseaudiosrc.c(822): gst_base_audio_src_create<br>
(): /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0:<br>
Dropped 1054240 samples. This is most likely because downstream can&#39;t<br>
keep up and is consuming samples too slowly.<br></blockquote><div><br>If the message appears only a few times at the beginning of the recording operation it&#39;s not something I would worry about. Basically, during the initialisation phase of the elements in the pipeline, load may increase and pulsesrc may see high latencies in the source element for a while. If instead the message is continuous you may try reducing the overall CPU load by e.g. increasing the output bitrates of the encoders.<br>
<br>Regards<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
I even tried recording raw data and muxing it into avimux and I got the<br>
same problems. Tried on several different machines. If my endx and endy<br>
parameters to were lower than everything was working as it should.<br>
<br>
So, my question is this a global performance issue? I can&#39;t capture<br>
1680x1050 video and audio at the same time? Or is something wrong with<br>
my command line?<br>
<br>
Regards,<br>
David<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Download new Adobe(R) Flash(R) Builder(TM) 4<br>
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly<br>
Flex(R) Builder(TM)) enable the development of rich applications that run<br>
across multiple browsers and platforms. Download your free trials today!<br>
<a href="http://p.sf.net/sfu/adobe-dev2dev" target="_blank">http://p.sf.net/sfu/adobe-dev2dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>