<div dir="ltr">To start debugging...simplify. Take out the jitter buffer. Specify the host in addition to the port for both pipelines. It might force IPv4 vs. IPv6 (there have been issues). Set higher logging levels and/or get a packet capture to see if the problem(s) is in the transmit or receive.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 15, 2014 at 3:19 PM, Craig Routledge <span dir="ltr"><<a href="mailto:web@craigroutledge.com" target="_blank">web@craigroutledge.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I'd like to send a video stream created by a Logitech HD ProWebcam C920<br>
to another computer.  The camera generates its own H264 stream.  There<br>
have been similar posts on the mailing list before, but I couldn't find<br>
anything that seemed to work.<br>
<br>
I started by testing gstreamer's ability to parse and display the stream.<br>
<br>
  gst-launch-1.0 v4l2src ! video/x-h264,width=640,height=<u></u>480,framerate=30/1<br>
    ! h264parse ! avdec_h264 ! xvimagesink sync=false<br>
<br>
which works fine.<br>
<br>
<br>
I then tried to stream over a network using RTP, sending and receiving on<br>
the same computer,<br>
<br>
  gst-launch-1.0 v4l2src ! video/x-h264,width=640,height=<u></u>480,framerate=30/1<br>
    ! rtph264pay ! udpsink port=8554<br>
<br>
and, in another terminal window,<br>
<br>
  gst-launch-1.0 udpsrc port=8554 ! application/x-rtp ! rtpjitterbuffer<br>
    ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink sync=false<br>
<br>
This doesn't generate any errors, but doesn't display anything either.<br>
Here is the standard output for both commands,<br>
<br>
    Setting pipeline to PAUSED ...<br>
    Pipeline is live and does not need PREROLL ...<br>
    Setting pipeline to PLAYING ...<br>
    New clock: GstSystemClock<br>
<br>
So, what am I doing wrong?<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</blockquote></div><br></div>