Bug 73752 - bluetooth audio sink is released on fast keypresses
Summary: bluetooth audio sink is released on fast keypresses
Status: RESOLVED NOTABUG
Alias: None
Product: PulseAudio
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: pulseaudio-bugs
QA Contact: pulseaudio-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 21:37 UTC by Sebastian Thaler
Modified: 2014-01-23 10:06 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
verbose pulseaudio log (8.74 KB, text/plain)
2014-01-17 21:37 UTC, Sebastian Thaler
Details
bluetoothd debug output (11.20 KB, text/plain)
2014-01-17 21:38 UTC, Sebastian Thaler
Details
pulseaudio debug log (292.86 KB, text/plain)
2014-01-21 14:43 UTC, Sebastian Thaler
Details
pulseaudio debug log with paplay (317.22 KB, text/plain)
2014-01-21 16:27 UTC, Sebastian Thaler
Details

Description Sebastian Thaler 2014-01-17 21:37:03 UTC
Created attachment 92307 [details]
verbose pulseaudio log

[After conferring with some bluez developers via irc, it was suggested this may be an issue with pulseaudio.]

Connecting the bluetooth headset and playing sound works fine. 
However, once I start typing on the (non-bluetooth) keyboard, audio stops. It seems to be dependent on the speed of keypresses: less than about 1/sec doesn't interrupt audio.

This problem is 100% reproducable, regardless what the audio source is (media players, in-game sounds).

On irc it was suggested pulseaudio releases the bluetooth sink prematurely.
Comment 1 Sebastian Thaler 2014-01-17 21:38:18 UTC
Created attachment 92308 [details]
bluetoothd debug output
Comment 2 Tanu Kaskinen 2014-01-21 14:34:18 UTC
I assume the pulseaudio log shows a case where VLC audio stops when it shouldn't. Unfortunately, there's no indication of why VLC is disconnected, it looks like a perfectly normal client-initiated disconnection.

The log doesn't contain debug level messages. The reason is probably that even if pulseaudio is configured to log at the debug level, syslog drops them by default. Could you provide another log using the instructions here: https://wiki.ubuntu.com/PulseAudio/Log ?
Comment 3 Sebastian Thaler 2014-01-21 14:43:08 UTC
Created attachment 92521 [details]
pulseaudio debug log
Comment 4 Tanu Kaskinen 2014-01-21 15:40:43 UTC
10 seconds after creating the VLC stream the stream is corked (paused), and about a second after that the stream is freed. If you didn't pause VLC yourself, then VLC is doing that by itself. PulseAudio never initiates corking of client streams.

Corking in itself is not a reason for destroying the stream, though, so why is the stream destroyed? That, too, is most likely initiated by VLC, although PulseAudio could in theory kill the stream for some reason.

Is your keyboard wireless? My wild guess is that it interferes with Bluetooth, causing PulseAudio to consume audio slower than expected, and VLC thinks that the audio system is broken and decides to stop playing.

Could you try playing something with paplay instead of VLC? paplay doesn't support all file formats, but wav, flac or vorbis should be fine. If it doesn't work properly, post logs again.
Comment 5 Sebastian Thaler 2014-01-21 16:26:33 UTC
The keyboard is wired. No other bluetooth devices are in use. Only a logitec unifying mouse, which I will switch off for the next test.
Testing with paplay now.
Comment 6 Sebastian Thaler 2014-01-21 16:27:36 UTC
Created attachment 92524 [details]
pulseaudio debug log with paplay
Comment 7 Sebastian Thaler 2014-01-21 16:52:40 UTC
Ok so I did some tests: using another wired keyboard changes nothing. Same effect.

However using a wired mouse does fix the problem! 
So I tested some more: it turns out the problem only occurs when the keyboard is plugged into the "keyboard" usb port while the logitec unifying extention is plugged into the USB port designated for the mouse.
If I plug either one into a different USB port the issue disappears. Even just switching the two works!

I guess somehow this precise configuration causes the Unifying dongle to send interference? Not sure why it doesn't happen, when the cables are swapped or they're in other USB ports directly next to each other...
Comment 8 Tanu Kaskinen 2014-01-22 18:01:58 UTC
How did it go with paplay? Any problems? Did you quit paplay yourself, or did it stop by itself like VLC?

If you stopped paplay yourself, then the log doesn't show anything strange happening. Can we close this bug?
Comment 9 Sebastian Thaler 2014-01-23 10:06:51 UTC
(In reply to comment #8)
> How did it go with paplay? Any problems? Did you quit paplay yourself, or
> did it stop by itself like VLC?
> 
> If you stopped paplay yourself, then the log doesn't show anything strange
> happening. Can we close this bug?

I quit paplay maybe 10 seconds after the sound stopped.
I guess the bug can be closed. Either it's just some weird physical interference going on or the bug is unrelated to pulseaudio.
Either way, swapping the usb-ports works for me.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.