[Bug 764744] Crashes when multiple udpsrc are created for each client on a shared media, misses tracking and cleanup
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 19 07:03:39 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=764744
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #326288|none |reviewed
status| |
--- Comment #22 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 326288:
--> (https://bugzilla.gnome.org/review?bug=764744&attachment=326288)
::: tests/check/gst/stream.c
@@ +141,3 @@
pool = gst_rtsp_address_pool_new ();
fail_unless (gst_rtsp_address_pool_add_range (pool, "192.168.1.1",
+ "192.168.1.1", 6000, 6001, 0));
I assume this will also fail if you don't have an interface in the network when
binding the socket?
@@ +325,3 @@
+/* Having an issue with g_socket_bind() for the IPV6 multicast address. With
the
+ * return logic in gst_rtsp_stream_allocate_udp_sockets(), this portion now
+ * fails. */
Is it https://bugzilla.gnome.org/show_bug.cgi?id=764679 ?
--
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