[gstreamer-bugs] [Bug 604870] New: [udpsink] Can't set TTL socket option
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Dec 17 16:02:33 PST 2009
https://bugzilla.gnome.org/show_bug.cgi?id=604870
GStreamer | gst-plugins-gl | 0.10.14
Summary: [udpsink] Can't set TTL socket option
Classification: Desktop
Product: GStreamer
Version: 0.10.14
OS/Version: Windows
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-gl
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ylatuya at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Running the following pipeline on windows with gstupd from gst-plugins-bad
exits with an error:
$ export GST_DEBUG=*udp*:5 && gst-launch-0.10.exe videotestsrc ! videoscale !
theoraenc ! queue ! udpsink host=127.0.0.1 po
rt=12343
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:816:gst_multiudpsink_add_internal:<GstUDPSink at 00B244C8>
adding client on host localhost, port 4951
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:850:gst_multiudpsink_add_internal:<GstUDPSink at 00B244C8> added
client on host localhost, port 4951
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:904:gst_multiudpsink_remove:<udpsink0> remove client with
host localhost, port 4951
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:816:gst_multiudpsink_add_internal:<udpsink0> adding client on
host 127.0.0.1, port 4951
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:850:gst_multiudpsink_add_internal:<udpsink0> added client on
host 127.0.0.1, port 4951
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:904:gst_multiudpsink_remove:<udpsink0> remove client with
host 127.0.0.1, port 4951
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:816:gst_multiudpsink_add_internal:<udpsink0> adding client on
host 127.0.0.1, port 12343
0:00:00.390625000 3600 00392A98 DEBUG multiudpsink
gstmultiudpsink.c:850:gst_multiudpsink_add_internal:<udpsink0> added client on
host 127.0.0.1, port 12343
Setting pipeline to PAUSED ...
0:00:00.515625000 3600 00392A98 WARN multiudpsink
gstmultiudpsink.c:790:gst_multiudpsink_init_send:<udpsink0> error: Could not
set TTL socket option (0): No error
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0: Could not
get/set settings from/on resource.
Additional debug info:
..\..\..\Source\gst-plugins-good\gst\udp\gstmultiudpsink.c(790):
gst_multiudpsink_init_send (): /GstPipeline:pipeline0/GstUDPSink:udpsink0:
Could not set TTL socket option (0): No error
Setting pipeline to NULL ...
Freeing pipeline ...
The udpsink element is working fine for gst-plugins-good-0.10.15
To reproduce the error you can use GStreamer WinBuild 0.10.5
--
Configure bugmail: https://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