<div dir="ltr">I have it working as-is on M1 Mac with gst 1.20.  The issue is isolated to Ubuntu 20.04.  Most likely a configuration issue.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 17, 2022 at 12:42 PM Joel Winarske <<a href="mailto:joel.winarske@gmail.com">joel.winarske@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I'm working with the Weston compositor, GStreamer 1.16.3, and remote outputs.  Weston sets up the remote output using this pipeline:</div><div><br></div><div>rtpbin name=rtpbin appsrc name=src ! videoconvert ! video/x-raw,format=I420 ! jpegenc ! rtpjpegpay ! rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink name=sink host=192.168.0.106 port=35500 rtpbin.send_rtcp_src_0 ! udpsink host=192.168.0.106 port=35501 sync=false async=false udpsrc port=35502 ! rtpbin.recv_rtcp_sink_0</div><div><br></div><div>I'm attempting to view on 192.168.0.106 using:</div><div><br></div><div>gst-launch-1.0 rtpbin name=rtpbin udpsrc caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=JPEG,payload=26" port=35500 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtpjpegdepay ! jpegdec ! autovideosink udpsrc port=35501 ! rtpbin.recv_rtcp_sink_0 rtpbin.send_rtcp_src_0 ! udpsink port=35502 sync=false async=false</div><div><br></div><div>The last log entry is `child 'rtpjpegdepay0' changed state to 4(PLAYING) successfully`.  Only no video window.</div><div><br></div><div>On the wire I do see periodic RTCP receiver reports, and ARP requests originating from the source pipeline.<br></div><div><br></div><div>Is anything obviously wrong with my receive pipeline?</div><div><br></div><div>Thanks,</div><div>Joel<br></div></div>
</blockquote></div>