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 687924 - setting 'reuse' to FALSE on udpsrc in rtspsrc makes that for some encoders only one instance of the player can be started.
setting 'reuse' to FALSE on udpsrc in rtspsrc makes that for some encoders on...
Status: RESOLVED DUPLICATE of bug 639420
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.30
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-08 13:02 UTC by Marc Leeman
Modified: 2012-11-16 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
allow multiple players on the same machine with multicast based RTSP (1.25 KB, patch)
2012-11-08 13:02 UTC, Marc Leeman
none Details | Review

Description Marc Leeman 2012-11-08 13:02:09 UTC
Setting the reuse parameter on FALSE in rtspsrc basically makes the usage of multicast in rtsp useless if you start two decoders on the same machine.

This patch sets the reuse to TRUE.

I am removing this patch from the more complex bug report in
https://bugzilla.gnome.org/show_bug.cgi?id=639420

It's a 0.10 issue, but I haven't tested it on 1.0 due to other socket problems (ipv4 vs ipv6 and glib).
Comment 1 Marc Leeman 2012-11-08 13:02:52 UTC
Created attachment 228464 [details] [review]
allow multiple players on the same machine with multicast based RTSP
Comment 2 Marc Leeman 2012-11-08 13:04:06 UTC
It is the same in 1.0; the reuse is also set to FALSE by default; in fact, this patch was created against git.
Comment 3 Tim-Philipp Müller 2012-11-15 00:00:00 UTC
Is this really the right thing to do in all use cases?
Comment 4 Wim Taymans 2012-11-16 11:25:54 UTC

*** This bug has been marked as a duplicate of bug 639420 ***