RESOLVED WONTFIX 59302
[GTK] Browser stops emitting audio after playing bunch of sounds
https://bugs.webkit.org/show_bug.cgi?id=59302
Summary [GTK] Browser stops emitting audio after playing bunch of sounds
Priit Laes (IRC: plaes)
Reported 2011-04-24 07:48:02 PDT
Go to http://psilly.com/audio.html and after pressing start on the website, audio plays until it reaches the middle of third column. Pressing "Start" again doesn't emit any more sounds until the page reload. Epiphany-3.0.0 WebKit-gtk-1.3.13 media-libs/gstreamer-0.10.32-r1 media-libs/gst-plugins-good-0.10.28 media-libs/gst-plugins-bad-0.10.21 media-libs/gst-plugins-ugly-0.10.17
Attachments
Philippe Normand
Comment 1 2011-04-24 21:27:07 PDT
Seems like a pulsesink/PA issue: 0:00:05.672894506 26645 0xa0ca040 WARN pulse pulsesink.c:935:gst_pulseringbuffer_acquire:<audiosink-actual-sink-pulse> error: Failed to connect stream: Too large Does this work in Chromium or other WebKit-based browsers?
Philippe Normand
Comment 2 2011-05-24 14:21:42 PDT
This type of experiment would better be implemented using WebAudio BTW. Creating a media element for each tone played is kind of cumbersome... WebAudio allows to create sine waves quite easily in JS and in the GStreamer implementation a single pulsesink is used. So I'm kind of leaning towards closing this bug as wontfix.
Note You need to log in before you can comment on or make changes to this bug.