<div dir="ltr">Hi,<div><br></div><div>I was trying this pipeline to feed rtsp stream into a v4l2 virtual loopback device:</div><div>gst-launch-1.0 rtspsrc location=rtspaddress ! decodebin ! v4l2sink<br></div><div><br></div><div>Terminal gave this output and stops, and there are no video in the v4l2 device:</div><div><div>Progress: (request) Sending PLAY request</div><div>Progress: (request) Sending PLAY request</div><div>Progress: (request) Sent PLAY request</div></div><div><br></div><div><br></div><div>So I am implementing the pipeline in c to see what happened. decodebin and v4l2sink are added and linked on on pad-added event. Eventually I found the v4l2sink element stay in READY state while the other two are PLAYING. I have set v4l2sink to PLAYING asynchronously but the state does not change.</div><div><br></div><div>What is the matter here? and where I can find any detailed reason why v4l2sink cannot go to PLAYING state?</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>Sincerely,</div><div>Russell</div></div>