Bug 204410 - [GStreamer] No sound after playing an AAC stream for 2 minutes
Summary: [GStreamer] No sound after playing an AAC stream for 2 minutes
Status: RESOLVED DUPLICATE of bug 203194
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-20 06:50 PST by Alberto Garcia
Modified: 2019-11-21 02:59 PST (History)
4 users (show)

See Also:


Attachments
GStreamer debug output (167.03 KB, application/x-xz)
2019-11-20 06:50 PST, Alberto Garcia
no flags Details
gst output with *audiodec*:6 (479.36 KB, application/x-xz)
2019-11-20 07:34 PST, Alberto Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***