Hi,<div> I am streaming a h264 video from a imx53 machine running gstreamer on linux. I am able to play this video stream on vlc with a sdp file.</div><div><br></div><div>I needed to do the same on a windows machine running gstreamer. So I used a playbin2 to open the sdp file. The video gets streamed in but just seems out of sync; it plays laggy gray screens. I have tried setting up the config-interval in the rtph264pay element but in vain.</div>
<div><br></div><div>Here are the server and client. Any suggestions?</div><div><span lang="EN-US" style="font-size:11.0pt;font-family:"Tunga","sans-serif"">gst-launch v4l2src device=/dev/video2 ! queue ! capsfilter
caps='video/x-raw-yuv,format=(fourcc)YUY2, width=640, height=480,
framerate=30/1' ! ffmpegcolorspace ! capsfilter
caps='video/x-raw-yuv,format=(fourcc)I420, width=640, height=480' !
mfw_vpuencoder ! rtph264pay config-interval=1 mtu=15000 ! udpsink
host=192.168.0.178 port=2000 sync=false</span></div><div><span lang="EN-US" style="font-size:11.0pt;font-family:"Tunga","sans-serif""><br></span></div><div><span lang="EN-US" style="font-size:11.0pt;font-family:"Tunga","sans-serif"">client (on windows)</span></div>
<div><span lang="EN-US" style="font-size:11.0pt;font-family:"Tunga","sans-serif"">gst-launch playbin2 uri=file///path-to-sdp</span></div>