Bug 204410

Summary: [GStreamer] No sound after playing an AAC stream for 2 minutes
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: berto, bugs-noreply, calvaris, pnormand
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
GStreamer debug output
none
gst output with *audiodec*:6 none

Description Alberto Garcia 2019-11-20 06:50:14 PST
Created attachment 383960 [details]
GStreamer debug output

Open this URL with the MiniBrowser of WebKitGTK (tested with 2.26.2) and play the audio stream:

   http://tmp.xaq.nl/test-aac.html

After 2 minutes or so the sound goes away (although the player itself doesn't stop).

I'm attaching the gstreamer debug output.

In case the test case URL stops working, here's the <audio> element:

<audio id="player" controls>
 <source src="http://icecast.omroep.nl/radio4-eigentijds-aac" type="audio/aac" />
  <p>Your browser does not support the audio element.</p>
</audio>
Comment 1 Alberto Garcia 2019-11-20 07:34:17 PST
Created attachment 383962 [details]
gst output with *audiodec*:6
Comment 2 Philippe Normand 2019-11-21 02:59:21 PST
I locally reverted r252398 and was able to reproduce the issue in ToT, so I think we can assume this bug is somehow a duplicate of #203194 for which a first (although incomplete it seems, because the bug was reopened) fix landed in ToT.

*** This bug has been marked as a duplicate of bug 203194 ***