<div dir="ltr"><div>Hi,</div><div><br></div><div>I have a client-server connection.<br>Via the Rtsp connection I can play, seek,.. the mkv files present on the server.<br>But I don't seem to get stepping working via gst_event_new_step, and I don't know what I'm doing wrong.</div><div><br></div><div>The code used to establish stepping based on the stepping examples in module gst-plugins-base-1.12<br>On every GST_MESSAGE_ASYNC_DONE received ,next code is executed g_timeout_add (40, (GSourceFunc) do_step, bin).</div><div><br></div><div>Is seems that the video is just playing, but no stepping is seen.</div><div><br></div><div>The pipeline is:<br>rtspsrc location=rtsp://localhost:4242/tenant/1/device/10/record_id/2183/session_id/3771220198348705 ! queue2 ! rtph264depay ! avdec_h264 ! videoscale! capsfilter! queue ! autovideosink.</div><div><br></div><div>Any help would be welcome, since I'm out of idea's.</div><div>marc</div></div>