Bug 149672

Summary: [GStreamer] Can't handle several internet radio streams
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mcatanzaro, pnormand
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
See Also: https://bugzilla.redhat.com/show_bug.cgi?id=1209637

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 ***