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 685561 - allow client transport settings for multicast
allow client transport settings for multicast
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: 2012-10-05 13:18 UTC by Ognyan Tonchev (redstar_)
Modified: 2014-02-25 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use client transport settings for multicast if allowed. (4.30 KB, patch)
2012-10-05 13:20 UTC, Ognyan Tonchev (redstar_)
none Details | Review
Use client transport settings for multicast if allowed. (4.90 KB, patch)
2012-10-05 15:26 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2012-10-05 13:18:50 UTC
This patch makes it possible for the client to send transport settings for multicast (destination && ttl). Client settings must be explicitly allowed or the server will use its own settings.
Comment 1 Ognyan Tonchev (redstar_) 2012-10-05 13:20:02 UTC
Created attachment 225879 [details] [review]
Use client transport settings for multicast if allowed.
Comment 2 Ognyan Tonchev (redstar_) 2012-10-05 15:26:06 UTC
Created attachment 225893 [details] [review]
Use client transport settings for multicast if allowed.

In the previous version of the patch ttl was not added to the transport header in the SETUP response.
Comment 3 Wim Taymans 2012-10-10 09:10:33 UTC
commit d581b7bd4e9be7e97e016975f499c5929602e851
Author: Ognyan Tonchev <ognyan.tonchev at axis.com>
Date:   Wed Oct 10 11:06:02 2012 +0200

    client: Use client transport settings for multicast if allowed.
    
    This patch makes it possible for the client to send transport settings for
    multicast (destination && ttl). Client settings must be explicitly allowed or
    the server will use its own settings.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685561
Comment 4 Wim Taymans 2012-10-10 09:15:19 UTC
commit 4f0ef292f0a3b05a2a9e234c219d826998ce4bf9
Author: Ognyan Tonchev <ognyan.tonchev at axis.com>
Date:   Wed Oct 10 11:13:10 2012 +0200

    session: add ttl to the transport header in SETUP
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=685561
Comment 5 Wim Taymans 2012-10-10 09:17:30 UTC
I made some changes:

* Make a GObject property
* rename to set_use_client_settings
* add getter