Bug 149672 - [GStreamer] Can't handle several internet radio streams
Summary: [GStreamer] Can't handle several internet radio streams
Status: RESOLVED DUPLICATE of bug 144040
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-30 10:16 PDT by Michael Catanzaro
Modified: 2016-04-05 00:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-09-30 10:16:03 PDT
It was reported that WebKit can't play several radio streams. Totem can handle them fine, so I'm reporting this against WebKit rather than GStreamer.

Example stream that works only in Totem: http://m.energy.de/webradio/cha/special

(Note, the stream does not play at all for me. I think it requires MP3.)
Comment 1 Philippe Normand 2015-10-01 08:47:27 PDT
Those streams seems to use the HLS adaptive streaming protocol.

The core of the issue is that hlsdemux uses our httpsrc element in WebKit whereas in Totem the usual souphttpsrc element would be used to download fragments.

See also https://bugs.webkit.org/show_bug.cgi?id=144040 and https://bugs.webkit.org/show_bug.cgi?id=138606
Comment 2 Philippe Normand 2015-10-01 08:48:28 PDT
Our httpsrc element doesn't behave very well in some cases when used by adaptivedemux/hlsdemux.
Comment 3 Philippe Normand 2016-04-05 00:24:55 PDT

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