[Bug 794789] rtspclientsink: Fix client ports for the RTCP backchannel
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 30 15:11:05 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794789
Mathieu Duponchelle <mduponchelle1 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #370277|accepted-commit_now |none
status| |
Attachment #370277|0 |1
is obsolete| |
--- Comment #4 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Created attachment 370346
--> https://bugzilla.gnome.org/attachment.cgi?id=370346&action=edit
rtspclientsink: Fix client ports for the RTCP backchannel
This was broken since the work for delayed transport creation
was merged: the creation of the transports string depends on
calling stream_get_server_port, which only starts returning
something meaningful after a call to stream_allocate_udp_sockets
has been made, this function expects a transport that we parse
from the transport string ...
Significant refactoring is in order, but does not look entirely
trivial, for now we put a band aid on and create a second transport
string after the stream has been completed, to pass it in
the request headers instead of the previous, incomplete one.
--
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