[Bug 729776] Set client port from URL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 19 07:19:16 PDT 2014


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

--- Comment #11 from Wim Taymans <wim.taymans at gmail.com> 2014-05-19 14:19:08 UTC ---
There could be 4 port:

 - port used by client to send RTP/RTCP
 - port used by client to receive RTP/RTCP
 - port used by server to send RTP/RTCP
 - port used by server to receive RTP/RTCP

Sender and receiver ports can be different when tunnelling over HTTP. In
practice we always send RTP and RTCP over the same TCP connection, there is
nothing defined in RTSP to split that up.

We could use:

 client_port.min and client_port.max for the client sender/receiver ports
respectively and
 server_port.min and server_port.max for the server sender/receiver ports
respectively.

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