[Webkit-unassigned] [Bug 205801] New: Streaming aac/mp3 audio doesn't always work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 6 07:39:13 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=205801
Bug ID: 205801
Summary: Streaming aac/mp3 audio doesn't always work
Product: WebKit
Version: Other
Hardware: Other
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bugzilla at whynine.co.uk
Midori (on Raspbian Buster) does not play some radio stations correctly when using the audio tag. The following HTML snippet can be used to reproduce the problem:
<p>The Breeze</p>
<audio controls src="https://stream.celador.co.uk/breeze-nglos-96.aac" preload="none"></audio>
<p>BBC Radio 4</p>
<audio controls src="http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4fm_mf_p#.mp3" preload="none"></audio>
<p>Absolute 80s</p>
<audio controls src="https://ais.absoluteradio.co.uk/absolute80smed.aac" preload="none"></audio>
These are audio tags for 3 different UK radio stations. The Breeze plays for 5s then stops. BBC Radio 4 plays for 10-30s and then stops. Absolute radio plays longer but sometines eventually stops.
This behaviour has been confirmed with Midori 8.0 on Raspbian Buster and Midori 9.0 on Linux Desktop. But it happens too with Epiphany, Surf and Ephemeral (all use Webkitgtk2 as backend). Streams work prefectly using gst123 or any other gstreamer frontend. So, it seems to be a Webkitgtk2 issue.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200106/70ab6591/attachment.htm>
More information about the webkit-unassigned
mailing list