After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777339 - dashdemux: Could not update the playlist
dashdemux: Could not update the playlist
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.10.2
Other Windows
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-16 15:49 UTC by Dagomi2cat
Modified: 2017-03-15 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dagomi2cat 2017-01-16 15:49:31 UTC
I try to play a MPEG-Dash live content but the demux show me the next messages:
gstsouphttpsrc.c:1335:gst_soup_http_src_parse_status:<souphttpsrc0> error: Forbidden

gstsouphttpsrc.c:1335:gst_soup_http_src_parse_status:<souphttpsrc0> error: Forbidden (403), URL: http://192.168.10.235:1935/live/live/manifest.mpd, Redirect to: (NULL)
gsturidownloader.c:217:gst_uri_downloader_bus_handler:<uridownloader0> Received error: Forbidden from souphttpsrc0, the download will be cancelled
gstadaptivedemux.c:3558:gst_adaptive_demux_updates_loop:<dashdemux0> Could not update the playlist

When play a short part of the stream. More ore less 10 seconds

I'm using Playbin3 and the provider of Live content is Wowza
Comment 1 Sebastian Dröge (slomo) 2017-01-17 11:02:11 UTC
As this looks like it's your local wowza server, please check why it rejects the request and returns "forbidden". That's first of all a server issue, maybe caused by the client misbehaving but impossible to know without further details.