[Bug 784094] gst-rtsp-server: huge delay for the client to connect sometimes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 29 14:31:58 UTC 2017


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

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #354571|accepted-commit_now         |committed
             status|                            |

--- Comment #8 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 354571
  --> https://bugzilla.gnome.org/attachment.cgi?id=354571
rtsp-stream: fix connection delay due to wrong assumption on last-sample

commit d72284bdf8700c40e6eaca5e060cbb850a59288e
Author: Julien Isorce <julien.isorce at gmail.com>
Date:   Thu Jun 22 07:25:07 2017 -0700

    rtsp-stream: fix connection delay due to wrong assumption on last-sample

    Commit 852cc09f542af5cadd79ffd7fe79d6475cf57e14 assumed that
    multiudpsink's last-sample always comes from the payloader. Which
    is wrong if auxiliary streams are multiplexed in the same stream.

    So check the buffer's ssrc against the caps'ssrc before to use its
    seqnum. If not the same ssrc just use the payloader as done prior
    the commit above or when there is no last-sample yet.

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

-- 
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