Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Thanks - eric
On Fri, May 20, 2011 at 8:44 AM, Eric Miao eric.miao@linaro.org wrote:
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
i believe i have seen this already when there is permission problem on some /dev/snd... and as such pulse is continuously started/killed/restarted. i don't remember all the details unfortunately, but i think it was because i didn't have the right ACL config in the kernel
nicolas
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
Thanks
- eric
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On 20 May 2011 17:39, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It might be worth checking the sample rate configured by the card and by pulse. If they mismatch I think Pulse can spend a lot of CPU fixing it up.
Dave
On Sat, May 21, 2011 at 12:43 AM, David Gilbert david.gilbert@linaro.org wrote:
On 20 May 2011 17:39, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It might be worth checking the sample rate configured by the card and by pulse. If they mismatch I think Pulse can spend a lot of CPU fixing it up.
Yeah, we tried the default, speex-fixed, and ffmpeg. ffmpeg out performed a bit than the others, but still we found even simply music, pulse eats like 20% CPU.
Paul has more detailed info.
Dave
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On Fri, May 20, 2011 at 1:39 PM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
We had this issue with OMAP 4 in the past, when the sound routes and mixing were wrong and incompatible with the board. Once we moved to UCM pulse started to work fine.
Cheers,
On Sat, May 21, 2011 at 4:34 AM, Ricardo Salveti ricardo.salveti@linaro.org wrote:
On Fri, May 20, 2011 at 1:39 PM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
We had this issue with OMAP 4 in the past, when the sound routes and mixing were wrong and incompatible with the board. Once we moved to UCM pulse started to work fine.
Hi Ricardo,
What's UCM?
Hi,
On 23 May 2011 03:20, Eric Miao eric.miao@linaro.org wrote:
What's UCM?
Use Case Manager, see http://www.slimlogic.co.uk/?p=40
Cheers,
Fathi
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Thanks
- eric
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On Mon, May 23, 2011 at 11:24 AM, Eric Miao eric.miao@linaro.org wrote:
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Paul found the cause and fix to to this issue,
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1e2c1467ae...
Alex,
Is it possible to merge this before 5/28 release? It's quite critical for 1080P video playback on i.mx53.
- eric
Thanks
- eric
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On Tue, May 24, 2011 at 2:04 AM, Eric Miao eric.miao@linaro.org wrote:
On Mon, May 23, 2011 at 11:24 AM, Eric Miao eric.miao@linaro.org wrote:
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Paul found the cause and fix to to this issue,
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1e2c1467ae...
Awesome!
Alex,
Is it possible to merge this before 5/28 release? It's quite critical for 1080P video playback on i.mx53.
We can try to make a SRU for the package and also publish it at the Linaro Overlay, that should cover our images at least.
Cheers,
On Tue, May 24, 2011 at 8:22 AM, Ricardo Salveti ricardo.salveti@linaro.org wrote:
On Tue, May 24, 2011 at 2:04 AM, Eric Miao eric.miao@linaro.org wrote:
On Mon, May 23, 2011 at 11:24 AM, Eric Miao eric.miao@linaro.org wrote:
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Paul found the cause and fix to to this issue,
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1e2c1467ae...
Awesome!
Alex,
Is it possible to merge this before 5/28 release? It's quite critical for 1080P video playback on i.mx53.
We can try to make a SRU for the package and also publish it at the Linaro Overlay, that should cover our images at least.
ack.
SRU probably takes too much time for release, so we should do both, but also verify that it does not have any regression for other (LEB) boards. Kurt, can you try to get this validated on panda (and beagle)?
For SRU: is there an ubuntu bug for this?
On Tue, May 24, 2011 at 5:36 PM, Alexander Sack asac@linaro.org wrote:
On Tue, May 24, 2011 at 8:22 AM, Ricardo Salveti ricardo.salveti@linaro.org wrote:
On Tue, May 24, 2011 at 2:04 AM, Eric Miao eric.miao@linaro.org wrote:
On Mon, May 23, 2011 at 11:24 AM, Eric Miao eric.miao@linaro.org wrote:
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Paul found the cause and fix to to this issue,
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1e2c1467ae...
Awesome!
Alex,
Is it possible to merge this before 5/28 release? It's quite critical for 1080P video playback on i.mx53.
We can try to make a SRU for the package and also publish it at the Linaro Overlay, that should cover our images at least.
ack.
SRU probably takes too much time for release, so we should do both, but also verify that it does not have any regression for other (LEB) boards. Kurt, can you try to get this validated on panda (and beagle)?
For SRU: is there an ubuntu bug for this?
Hi David,
Please let know if there is an existing ubuntu bug entry for your patch?
Thanks
On 2011-05-24 17:40, Eric Miao wrote:
On Tue, May 24, 2011 at 5:36 PM, Alexander Sackasac@linaro.org wrote:
On Tue, May 24, 2011 at 8:22 AM, Ricardo Salveti ricardo.salveti@linaro.org wrote:
On Tue, May 24, 2011 at 2:04 AM, Eric Miaoeric.miao@linaro.org wrote:
On Mon, May 23, 2011 at 11:24 AM, Eric Miaoeric.miao@linaro.org wrote:
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylorkurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miaoeric.miao@linaro.org wrote: > Hi all, > > When debugging video playback performance issue, we found that pulseaudio is > eating up 100% cpu time. Just in case someone else is having the samilar issue, > please let know.
I have had exactly the opposite findings, typically well below 5% usage.
> We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Paul found the cause and fix to to this issue,
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1e2c1467ae...
Awesome!
Alex,
Is it possible to merge this before 5/28 release? It's quite critical for 1080P video playback on i.mx53.
We can try to make a SRU for the package and also publish it at the Linaro Overlay, that should cover our images at least.
ack.
SRU probably takes too much time for release, so we should do both, but also verify that it does not have any regression for other (LEB) boards. Kurt, can you try to get this validated on panda (and beagle)?
For SRU: is there an ubuntu bug for this?
Hi David,
Please let know if there is an existing ubuntu bug entry for your patch?
Thanks
It's bug 644644. It should be in Natty already, and I provided a debdiff for SRU into Maverick more than a month ago, I would like someone to sponsor it some time soon...
644644 is actually two patches, both to help performance, one in PulseAudio and one in GStreamer.
That said, the actual patch for Gstreamer was later reverted upstream for reasons I don't understand / agree with.
On Tue, May 24, 2011 at 4:36 AM, Alexander Sack asac@linaro.org wrote:
On Tue, May 24, 2011 at 8:22 AM, Ricardo Salveti ricardo.salveti@linaro.org wrote:
On Tue, May 24, 2011 at 2:04 AM, Eric Miao eric.miao@linaro.org wrote:
On Mon, May 23, 2011 at 11:24 AM, Eric Miao eric.miao@linaro.org wrote:
On Sat, May 21, 2011 at 12:39 AM, Kurt Taylor kurt.r.taylor@gmail.com wrote:
On Fri, May 20, 2011 at 1:44 AM, Eric Miao eric.miao@linaro.org wrote:
Hi all,
When debugging video playback performance issue, we found that pulseaudio is eating up 100% cpu time. Just in case someone else is having the samilar issue, please let know.
I have had exactly the opposite findings, typically well below 5% usage.
We are using ubuntu-desktop, snapshot, found this issue at least w/ 0425 image.
Can you supply more information on the environment, test case, hardware, etc.
It's on i.MX53 QuickStart board, Cortex-A8, 1GHz, 1GB DDR3. A simple launch of gstreamer to use pulse sink like below:
gst-launch audiotestsrc ! pulsesink
pulseaudio eats 20% CPU.
Paul found the cause and fix to to this issue,
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=1e2c1467ae...
Awesome!
Alex,
Is it possible to merge this before 5/28 release? It's quite critical for 1080P video playback on i.mx53.
We can try to make a SRU for the package and also publish it at the Linaro Overlay, that should cover our images at least.
ack.
SRU probably takes too much time for release, so we should do both, but also verify that it does not have any regression for other (LEB) boards. Kurt, can you try to get this validated on panda (and beagle)?
Rob or Wei can you help validate the fix for this problem? See above defect and 644644 -> https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/644644
For SRU: is there an ubuntu bug for this?
--
- Alexander