GNOME Bugzilla – Bug 687924
setting 'reuse' to FALSE on udpsrc in rtspsrc makes that for some encoders only one instance of the player can be started.
Last modified: 2012-11-16 11:25:54 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).
Created attachment 228464 [details] [review] allow multiple players on the same machine with multicast based RTSP
It is the same in 1.0; the reuse is also set to FALSE by default; in fact, this patch was created against git.
Is this really the right thing to do in all use cases?
*** This bug has been marked as a duplicate of bug 639420 ***