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 708821 - 503-reply is sent when failing to create media
503-reply is sent when failing to create media
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-26 10:17 UTC by Jonas Holmberg
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Reply 400 if media cannot be constructed (927 bytes, patch)
2013-09-26 10:18 UTC, Jonas Holmberg
none Details | Review

Description Jonas Holmberg 2013-09-26 10:17:01 UTC
503-reply is sent when failing to create media even though it is a client error. If the client for examples tries to SETUP an invalid url (/test/xyz) that matches a factory (/test) the media cannot be constructed and the reply will be 503. The error ought to be a 4xx error since there is no problem on the server side.
Comment 1 Jonas Holmberg 2013-09-26 10:18:48 UTC
Created attachment 255807 [details] [review]
Reply 400 if media cannot be constructed

This patch is supposed to be applied after the patch for bug #708819 has been applied.
Comment 2 Wim Taymans 2013-09-26 12:33:12 UTC
commit 0cd24e2257fa191c609757dc61a4bc3195408c71
Author: Jonas Holmberg <jonashg@axis.com>
Date:   Thu Sep 26 11:20:05 2013 +0200

    client: Reply 400 if media cannot be constructed
    
    Reply 400 Bad Request instead of 503 Service Unavailable if media
    cannot be constructed in SETUP.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708821