[Bug 729776] Set client port from URL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 11 22:45:37 PDT 2014


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

--- Comment #3 from Christian Nilsson <krille.nilsson at gmail.com> 2014-05-12 05:45:32 UTC ---
Okay, not exactly the intention :).
I wanted to set the port for tcp connections so it would be readable later
(without needing to extract it from the socket). This would be used for
identifying active streams for statistics collection.

I guess I should put it after the TCP check?

if (ct->lower_transport & GST_RTSP_LOWER_TRANS_TCP) {
...

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