[gstreamer-bugs] [Bug 604870] [udpsink] Can't set TTL socket option

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 9 05:46:11 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=604870
  GStreamer | gst-plugins-good | 0.10.17

Richard Spiers <richard.spiers> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard.spiers at gmail.com

--- Comment #10 from Richard Spiers <richard.spiers at gmail.com> 2010-03-09 13:46:08 UTC ---
Hi all

I tried using the latest release of the winbuilds (after getting the above ttl
error). The pipeline seemed to run (whereas before it stopped), but no traffic
appears on in my network dump.

I then downloaded the latest svn, built the gstudp project, and tried with
those plugins - i get the same thing, no network traffic appears.

I tried with several different pipelines. The below log is generated by:

videotestsrc ! videoscale ! theoraenc ! queue ! udpsink  host=10.10.10.1
port=12343

I used wireshark to look for any traffic heading to 10.10.10.1, and nothing
appeared.

Does the UDP sink currently work in any version on windows ? Is this something
wrong with my setup?

0:00:00.079005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:767:gst_multiudpsink_add_internal:<GstUDPSink at 01D23138>
adding client on host localhost, port 4951
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:801:gst_multiudpsink_add_internal:<GstUDPSink at 01D23138> added
client on host localhost, port 4951
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:855:gst_multiudpsink_remove:<udpsink0> remove client with
host localhost, port 4951
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:767:gst_multiudpsink_add_internal:<udpsink0> adding client on
host 10.10.10.1, port 4951
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:801:gst_multiudpsink_add_internal:<udpsink0> added client on
host 10.10.10.1, port 4951
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:855:gst_multiudpsink_remove:<udpsink0> remove client with
host 10.10.10.1, port 4951
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:767:gst_multiudpsink_add_internal:<udpsink0> adding client on
host 10.10.10.1, port 12343
0:00:00.086005000  4320   004F8CB0 DEBUG           multiudpsink
gstmultiudpsink.c:801:gst_multiudpsink_add_internal:<udpsink0> added client on
host 10.10.10.1, port 12343
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
0:00:00.126008000  4320   01CEDE20 LOG             multiudpsink
gstmultiudpsink.c:392:gst_multiudpsink_render:<udpsink0> about to send 42 bytes
New clock: GstSystemClock
0:00:00.126008000  4320   01CEDE20 LOG             multiudpsink
gstmultiudpsink.c:399:gst_multiudpsink_render:<udpsink0> sending 42 bytes to
client 01D0D2E0
0:00:00.126008000  4320   01CEDE20 WARN            multiudpsink
gstmultiudpsink.c:417:gst_multiudpsink_render:<udpsink0> client 01D0D2E0 gave
error 0 (No error)
0:00:00.126008000  4320   01CEDE20 LOG             multiudpsink
gstmultiudpsink.c:432:gst_multiudpsink_render:<udpsink0> sent 42 bytes to 0 (of
1) clients
0:00:00.126008000  4320   01CEDE20 LOG             multiudpsink
gstmultiudpsink.c:392:gst_multiudpsink_render:<udpsink0> about to send 58 bytes
0:00:00.126008000  4320   01CEDE20 LOG             multiudpsink
gstmultiudpsink.c:399:gst_multiudpsink_render:<udpsink0> sending 58 bytes to
client 01D0D2E0
0:00:00.127008000  4320   01CEDE20 WARN            multiudpsink
gstmultiudpsink.c:417:gst_multiudpsink_render:<udpsink0> client 01D0D2E0 gave
error 0 (No error)

-- 
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