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 699935 - rtsp-server: Expose the use_client_settings API
rtsp-server: Expose the use_client_settings API
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal enhancement
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-08 14:58 UTC by Ognyan Tonchev (redstar_)
Modified: 2014-02-25 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtsp-server: Expose the use_client_settings API (6.35 KB, patch)
2013-05-08 14:59 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2013-05-08 14:58:32 UTC
Currently, client transport settings (destination, port pair and ttl) for multicast can be enabled on a per client basis. This patch makes it possible to enable this feature for the whole RTSP server and thus avoid the need of sub-classing GstRTSPServer and implementing create_client ().
Comment 1 Ognyan Tonchev (redstar_) 2013-05-08 14:59:40 UTC
Created attachment 243595 [details] [review]
rtsp-server: Expose the use_client_settings API
Comment 2 Wim Taymans 2013-06-03 10:05:52 UTC
commit c5b3066c3389105099646042f598eda1ddb2969c
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Mon Jun 3 12:04:44 2013 +0200

    rtsp-server: Expose the use_client_settings API
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=699935