[Bug 743734] RTCP packets not sent

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 30 09:26:00 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743734
  GStreamer | gst-rtsp-server | git master

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-30 17:25:55 UTC ---
Thanks for the patch! :)

commit 18668bf49570b3ab75e35dd275f4761f0210cc42
Author: Anila Balavan <anilabn at axis.com>
Date:   Fri Jan 30 12:50:20 2015 +0100

    rtsp-stream: RTCP and RTP transport cache cookies seperated

    RTCP packets were not sent because the same tr_cache_cookie was used for
    both RTP and RTCP. So only one of the tr_cache lists were populated
    depending on which one was sent first. If the tr_cache list is not
    populated then no packets can be sent. Most often this happened to be
    RTCP. Now seperate RTCP and RTP transport cache cookies are added which
    resulted in both the tr_cache_lists to be populated regardless of which
    one was sent first.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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