GNOME Bugzilla – Bug 757903
mpd verification broke http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd
Last modified: 2015-11-18 17:18:22 UTC
http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd used to play, but no longer does. It was broken by: commit b8df6cc316f76eda5f592a70a7d0a69cf6eeb9f8 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Tue Sep 29 16:17:03 2015 +0100 mpdparser: validate representation set identifier It must have no whitespace, and must comply with RFC 1738 when used to build a URL. https://bugzilla.gnome.org/show_bug.cgi?id=750852
Created attachment 315271 [details] [review] mpdparser: Also allow '/' in RepresentationID Used by http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd
Thanks, that fixes it :)
Review of attachment 315271 [details] [review]: Also needs to fix the tests to allow /
Created attachment 315414 [details] [review] mpdparser: Also allow '/' in RepresentationID Used by http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd
Review of attachment 315414 [details] [review]: Good, please merge.
Attachment 315414 [details] pushed as 87b5ad0 - mpdparser: Also allow '/' in RepresentationID