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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 25 09:17:31 UTC 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.13.x                      |1.12.x

--- Comment #11 from Julien Isorce <julien.isorce at gmail.com> ---
commit 674faa5e5e8c8276c6dc9fff654fcdef77c1c688
Author:     Julien Isorce <julien.isorce at gmail.com>
AuthorDate: Thu Jun 22 07:25:07 2017 -0700
Commit:     Julien Isorce <jisorce at oblong.com>
CommitDate: Tue Jul 25 10:12:42 2017 +0100

    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