<div dir="ltr">Hi everyone,<br><br>For a university project, I am trying to use gstreamer to stream uncompressed video. But while doing local testing, my receiver is too slow, the video output from that is like half-speed or quarter-speed  slow motion. Here are my pipelines for send and receive.<br><br>sender:<br><br>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gst-launch-1.0 -v<span class="gmail-Apple-converted-space">  </span>filesrc location=/Users/chris/Desktop/folder/test_uncompressed.mov ! qtdemux ! queue ! videoconvert ! videorate ! rtpvrawpay ! identity silent=0 ! udpsink host=127.0.0.1 port=5678 sync=false async=false<br><br>receiver:<br><br>





</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">gst-launch-1.0 udpsrc port=5678 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)RAW, sampling=(string)YCbCr-4:2:2, depth=(string)10, width=(string)1920, height=(string)1080, colorimetry=(string)BT709-2, payload=(int)96, framerate=(fraction)50/1" ! rtpjitterbuffer ! queue ! rtpvrawdepay ! queue ! videoconvert !<span class="gmail-Apple-converted-space">  </span>queue ! glimagesink<span class="gmail-Apple-converted-space">  </span>-v</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">The video is uncompressed 10bit 4:2:2 video in a .mov container.<br><br>When I skip the udpsink and source and directly depayload the rtp it plays at full speed.<br><br>Does anyone have any idea what I am doing wrong?<br><br>Cheers,<br>Chris</span></p></div>