[Bug 730539] sdp: add support for multiple crypto sessions

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 13 21:44:08 UTC 2016


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

--- Comment #20 from Aleix Conchillo Flaqué <aconchillo at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #19)
> Well, what would be the effect if we just ignore the error and generate the
> SDP as if nothing is wrong? :)

The effect would be that the client can't decode the stream. I'll propagate the
error.

It will end up here in rtsp-client.c:handle_describe_request

no_sdp:
  {
    GST_ERROR ("client %p: can't create SDP", client);
    send_generic_response (client, GST_RTSP_STS_SERVICE_UNAVAILABLE, ctx);
    g_free (path);
    g_object_unref (media);
    return FALSE;
  }

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


More information about the gstreamer-bugs mailing list