<div dir="ltr"><div>Hello, i've got a local server streaming h264 video over rtsp.</div><div>I can connect to the stream and see it using:</div><div><br></div><div>gst-launch-1.0 -v rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/h264">127.0.0.1:8554/h264</a> ! rtph264depay ! avdec_h264 ! autovideosink sync=false<br></div><div><br></div><div>What I aim to do, is sinking on a dummy device created using v4l2loopback on /dev/video1</div><div>so: /dev/video0 will provide the stream and /dev/video1 will be used by motion to detect movements.</div><div><br></div><div>I'm trying to do it by:</div><div><br></div><div>gst-launch-1.0 -v rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/h264">127.0.0.1:8554/h264</a> ! decodebin name=demux \</div><div>demux. ! queue ! videoconvert ! video/x-raw,format=\(string\)YUY2 ! v4l2sink device=/dev/video1</div><div><br></div><div>unfortunately, I get only grey images with some outlines of the subject. I guess I'm converting it in a wrong way. </div><div><br></div><div>Any hints?</div><div><br></div><div>J</div></div>