OK, so this is about the simplest, most reliable plugin, and it is failing. Clearly the plugin isn't at fault, but something in my system is. The pipeline is:<br><br>udpsrc port=$1 typefind=true !  'application/x-rtp,media=video,payload=96,clock-rate=90000,encoding-name=H264' \<br>
    ! rtph264depay ! video/x-h264 ! ffdec_h264 ! ximagesink sync=false<br><br>I am running on a brand-newly created VirtualBox VM RHEL 6.3. Gstreamer 0.10.30, good-plugins version 0.10.25 running. This is one of my standard test scripts that I can always count on, but most of my work is on CentOS 6.0 and not in a VM. Regrettably, I don't have an option here. IPTables is off. Does anyone <PLEASE> have any ideas what to look at to resolve this problem?<br>
<br>Tia, Tia, Tia<br><br>Chuck Crisler<br><br>0:00:06.846011060  7428  0x95d12c0 LOG                   udpsrc gstudpsrc.c:450:gst_udpsrc_create:<udpsrc0> doing select, timeout 0<br>0:00:07.013663876  7428  0x95d12c0 LOG                   udpsrc gstudpsrc.c:453:gst_udpsrc_create:<udpsrc0> select returned 1<br>
0:00:07.013780639  7428  0x95d12c0 LOG                   udpsrc gstudpsrc.c:493:gst_udpsrc_create:<udpsrc0> ioctl says 14 bytes available<br>0:00:07.013805965  7428  0x95d12c0 LOG                   udpsrc gstudpsrc.c:564:gst_udpsrc_create:<udpsrc0> read 14 bytes<br>
0:00:07.014037595  7428  0x95d12c0 DEBUG           rtph264depay gstrtph264depay.c:530:gst_rtp_h264_depay_process:<rtph264depay0> receiving 2 bytes<br>0:00:07.014055459  7428  0x95d12c0 DEBUG           rtph264depay gstrtph264depay.c:547:gst_rtp_h264_depay_process:<rtph264depay0> NRI 0, Type 9<br>
0:00:07.014067384  7428  0x95d12c0 DEBUG           rtph264depay gstrtph264depay.c:414:gst_rtp_h264_depay_mark_delta:<rtph264depay0> type 9<br>ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data flow error.<br>
Additional debug info:<br>gstbasesrc.c(2550): gst_base_src_loop (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:<br>streaming task paused, reason not-negotiated (-4)<br>Execution ended after 6953034929 ns.<br>Setting pipeline to PAUSED ...<br>
0:00:07.019580591  7428  0x9449050 LOG                   udpsrc gstudpsrc.c:979:gst_udpsrc_unlock:<udpsrc0> Flushing<br>Setting pipeline to READY ...<br>0:00:07.019841439  7428  0x9449050 LOG                   udpsrc gstudpsrc.c:979:gst_udpsrc_unlock:<udpsrc0> Flushing<br>
0:00:07.019869849  7428  0x9449050 LOG                   udpsrc gstudpsrc.c:992:gst_udpsrc_unlock_stop:<udpsrc0> No longer flushing<br>0:00:07.019924968  7428  0x9449050 DEBUG                 udpsrc gstudpsrc.c:1005:gst_udpsrc_stop: stopping, closing sockets<br>
Setting pipeline to NULL ...<br>Freeing pipeline ...<br><br>