[Bug 729776] Set client port from URL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 19 00:49:14 PDT 2014


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

--- Comment #8 from Christian Nilsson <krille.nilsson at gmail.com> 2014-05-19 07:49:09 UTC ---
Yes that is correct, that is how I fetch it in the UDP case.

Not sure how you mean by iterating the client?
I use the "play-request" signal on the client to get a callback from where I
iterate the streams in the media. 
Perhaps a dumb question, but are all connections same for all streams within a
client?
I can get the Connection from the client with gst_rtsp_client_get_connection,
and then use gst_rtsp_connection_get_write_socket to get the writing socket,
and then extract the sockaddr from the sockets fd? Seems a bit more complicated
than for the UDP case :), or have I missed something?
Wouldnt it be more consistent to set it so It can be readable for TCP as we do
for UDP?

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