[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 18:00:26 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797059
--- Comment #33 from Patricia Muscalu <patricia at axis.com> ---
Steps to reproduce the test failure:
1. netcat -u -l 6000
2. run the test
The test (and all other tests, there bind() is involved) has to be modified to
make sure that free ports are used.
(Having this scenario: netcat -u -l 127.0.0.1 6000, requires a call to
gst_rtsp_media_factory_set_bind_mcast_address (factory, TRUE)
from the test code in order to avoid bind() failure).
--
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