[Bug 796361] Answer of RTSP server is (very) often not sent out

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 23 17:24:56 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796361

--- Comment #2 from Marie Maurer <meinemailingliste2 at online.de> ---
Sorry, live debugging.

Problem is in function

/* for the describe we must generate an SDP */
static gboolean
handle_describe_request (GstRTSPClient * client, GstRTSPContext * ctx)
{
...
  /* find the media object for the uri */
  if (!(media = find_media (client, ctx, path, NULL)))
    goto no_media;
...
no_media:
  {
    fprintf(stderr, "MMMM I am in handle_describe_request Pos ERR 17\n");
    GST_ERROR ("client %p: no media", client);
    g_free (path);
    /* error reply is already sent */
    return FALSE;
  }
...
}

The comment seems to imply, that a reply is sent, perhaps somewhere else,
but nothing is coming? -> Seems to be a bug!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list