[Bug 701129] ipv6 support in rtsp-stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 25 04:19:09 PDT 2013


http://bugzilla.gnome.org/show_bug.cgi?id=701129
  GStreamer | gst-rtsp-server | 1.x

Patricia Muscalu <patricia> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patricia at axis.com

--- Comment #5 from Patricia Muscalu <patricia at axis.com> 2013-06-25 11:19:03 UTC ---
The unit test test_play_specific_server_port fails with this fix. The problem
has been already described by Alexander. An easy fix/workaround in the test is
the following patch:

diff --git a/tests/check/gst/rtspserver.c b/tests/check/gst/rtspserver.c
index 5edeffd..b6a9c8d 100644
--- a/tests/check/gst/rtspserver.c
+++ b/tests/check/gst/rtspserver.c
@@ -1255,6 +1255,8 @@ GST_START_TEST (test_play_specific_server_port)
   pool = gst_rtsp_address_pool_new ();
   gst_rtsp_address_pool_add_range_unicast (pool,
GST_RTSP_ADDRESS_POOL_ANY_IPV4,
       GST_RTSP_ADDRESS_POOL_ANY_IPV4, 7770, 7780);
+  gst_rtsp_address_pool_add_range_unicast (pool,
GST_RTSP_ADDRESS_POOL_ANY_IPV6,
+      GST_RTSP_ADDRESS_POOL_ANY_IPV6, 7770, 7780);
   gst_rtsp_media_factory_set_address_pool (factory, pool);
   g_object_unref (pool);
   gst_rtsp_media_factory_set_launch (factory, "( " VIDEO_PIPELINE " )");

-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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