[Bug 729776] Set client port from URL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 16 07:20:31 PDT 2014


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

--- Comment #7 from Wim Taymans <wim.taymans at gmail.com> 2014-05-16 14:20:26 UTC ---
It's possible to add but I think it's already available in the client
GstRTSPConnection object. That's why I ask how and when you get this
information.

For UDP you get this information from GstRTSPTransport object via
RTSPSessionMedia->RTSPStreamTransport->RTSPTransport. You do this? Do you want
to get the remote and local ports in RTSPTransport as well for TCP?

For TCP you can iterate the RTSPClient objects and get the RTSPConnection from
it and look at the ports.

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