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 770292 - rtpbin: introduce max-streams property
rtpbin: introduce max-streams property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-23 17:55 UTC by Håvard Graff (hgr)
Modified: 2016-08-26 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.96 KB, patch)
2016-08-23 17:55 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2016-08-23 17:55:09 UTC
Created attachment 334027 [details] [review]
patch

To be able to cap the number of allowed streams for one session.

This is useful for preventing DoS attacks, where a sender can change
SSRC for every buffer, effectively bringing rtpbin to a halt.
Comment 1 Olivier Crête 2016-08-26 16:00:00 UTC
Merged!

commit 7ad7266163e94d5c50c04e988c095b50971a2cb3
Author: Havard Graff <havard.graff@gmail.com>
Date:   Fri May 6 09:44:42 2016 +0200

    rtpbin: introduce max-streams property
    
    To be able to cap the number of allowed streams for one session.
    
    This is useful for preventing DoS attacks, where a sender can change
    SSRC for every buffer, effectively bringing rtpbin to a halt.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770292