After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770954 - Client cannot decide destination/port in SETUP
Client cannot decide destination/port in SETUP
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-06 14:42 UTC by Xavier Claessens
Modified: 2018-11-03 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2016-09-06 14:42:12 UTC
Currently the mcast address is allocated from the address pool on DESCRIBE, and only one mcast group is supported. So if a client asks for a specific destination/port in SETUP, default_configure_client_transport() will call gst_rtsp_stream_reserve_address() and will return an error.
Comment 1 Sebastian Dröge (slomo) 2016-09-07 08:01:00 UTC
That would require adding a new updsink, which potentially causes pipelines getting stuck. The queues after the tee might be full (because the pipeline is blocked, waiting for the actual client sink to be added) and then the newly added client sink never prerolls because it will never get data.

At this point it might be nicer to write a custom RTSP server sink element (and maybe even a source element) for UDP, that handles multiple sockets internally from one thread (and does not require queues, threads per udpsrc, ...). We almost completely manage the sockets already anyway.
Comment 2 GStreamer system administrator 2018-11-03 15:40:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/27.