<div dir="ltr"><div><div>Hi<br><br></div>I have a pipeline, that works well with versions up until 1.6.0, but does not seem to work for 1.6.1 and 1.6.2. Will check 1.6.3 soon. So my question is, what was changed that will make data stop flowing with 1.6.1 and beyond that was working with 1.6.0 and earlier?<br><br></div>I do not get any warning messages or error messages and the pipeline is reporting to enter the PLAY state. To test if the the pipeline is flowing, I simply make a tcp connection to the pipelines tcpserversink and see if data is flowing from it. Here is the pipeline.<br><br><div style="margin-left:40px">gst-launch-1.0 -v fdsrc fd=0 do-timestamp=1 !\<br></div><div style="margin-left:40px"><div style="margin-left:40px">audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=44100 !\<br>queue leaky=2 !\<br>audiorate skip-to-first=1 silent=0 !\<br>audioconvert !\<br>avenc_aac bitrate=128000 compliance=-2 !\<br>audio/mpeg,mpegversion=4,stream-format=raw !\<br>aacparse !\<br>queue !\<br>mux. shmsrc socket-path=/tmp/mixer1 do-timestamp=1 is-live=1 !\<br>queue max-size-bytes=0 leaky=2 max-size-buffers=30 !\<br>video/x-raw,format=BGRA,width=1280,height=720,framerate=30/1 !\<br>videoconvert !\<br>videorate skip-to-first=1 !\<br>queue !\<br>x264enc bitrate=4000 speed-preset=6 key-int-max=60 bframes=0 !\<br>video/x-h264,alignment=au,stream-format=byte-stream,profile=high !\<br>h264parse !\<br>queue !\<br>mpegtsmux name=mux alignment=7 !\<br>queue !\<br>tee name=tsstream !\<br>queue !\<br>rtpmp2tpay !\<br>queue max-size-buffers=800 !\<br>udpsink host=127.0.0.1 port=10070 sync=0 tsstream. !\<br>queue max-size-bytes=0 max-size-time=0 leaky=2 !\<br>tcpserversink host=0.0.0.0 port=5010 sync-method=2 recover-policy=keyframe max-lateness=500000000<br><br></div></div>As mentioned, it flows for 1.6.0, but not for 1.6.1 and 1.6.2<br></div>