<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Am 16.06.2014 um 14:31 schrieb Peter Maersk-Moller:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">chopmydata</span></blockquote></div><br><div>thanks, you made my day ;-)</div><div><br></div><div>for the record:</div><div><br></div><div>osx (10.6, 10.7, 10.8) limits udp message size to 9216 Bytes, so one has to use chopmydata max-size=9000 like this:</div><div><br></div><div><div>/opt/local/bin/gst-launch-1.0 -vvv -m videotestsrc is-live=true  ! video/x-raw, format=I420, width=1280, height=720, framerate=5/1, pixel-aspect-ratio=1/1, interlace-mode=progressive \</div><div>! queue ! x264enc tune=zerolatency speed-preset=ultrafast bitrate=1000 ! queue ! mpegtsmux ! queue ! <b>chopmydata max-size=9000</b> ! udpsink host=10.44.1.21 port=1234</div></div><div><br></div><div><br></div><div><br></div><div>result (no errors anymore):</div><div><br></div><div><div>0:00:04.792468000 13888    0x1070038f0 LOG             multiudpsink gstmultiudpsink.c:562:gst_multiudpsink_render:<udpsink0> about to send 3744 bytes in 1 blocks</div><div>0:00:04.792510000 13888    0x107003940 DEBUG                default videotestsrc.c:1190:convert_hline_generic: line 0, 352, idx 352</div><div>0:00:04.792530000 13888    0x1070038f0 LOG             multiudpsink gstmultiudpsink.c:575:gst_multiudpsink_render:<udpsink0> sending 3744 bytes to client 0x1061389c0</div><div>0:00:04.792544000 13888    0x107003a30 LOG               GST_BUFFER gstbuffer.c:628:gst_buffer_new: new 0x1070cd5d0</div><div>0:00:04.792713000 13888    0x1070038f0 LOG             multiudpsink gstmultiudpsink.c:627:gst_multiudpsink_render:<udpsink0> sent 3744 bytes to 1 (of 1) clients</div></div><div><br></div></body></html>