[Bug 797059] Not possible to have more than 1 multicast stream with the same ports (non-shared media case)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 26 09:07:31 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797059

--- Comment #19 from Patricia Muscalu <patricia at axis.com> ---
(In reply to Sebastian Dröge (slomo) from comment #17)
> Review of attachment 373744 [details] [review]:
> 
> ::: gst/rtsp-server/rtsp-stream.c
> @@ +1454,1 @@
>          inetaddr = g_inet_address_new_from_string (addr->address);
> 
> Doesn't this now go into the ANY case below for !multicast?

You are right, the condition is not correct and should be changed to:

       if (priv->bind_mcast_address || !multicast)
         inetaddr = g_inet_address_new_from_string (addr->address);
       else                            
         inetaddr = g_inet_address_new_any (family);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list