Stepping mkv file via a rtsp connection

marc dingemans marcdingemans62 at gmail.com
Fri Sep 15 09:36:17 UTC 2017


Hi,

I have a client-server connection.
Via the Rtsp connection I can play, seek,.. the mkv files present on the
server.
But I don't seem to get stepping working via gst_event_new_step, and I
don't know what I'm doing wrong.

The code used to establish stepping based on the stepping examples in
module gst-plugins-base-1.12
On every GST_MESSAGE_ASYNC_DONE received ,next code is executed
g_timeout_add (40, (GSourceFunc) do_step, bin).

Is seems that the video is just playing, but no stepping is seen.

The pipeline is:
rtspsrc
location=rtsp://localhost:4242/tenant/1/device/10/record_id/2183/session_id/3771220198348705
! queue2 ! rtph264depay ! avdec_h264 ! videoscale! capsfilter! queue !
autovideosink.

Any help would be welcome, since I'm out of idea's.
marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170915/3f1c16ab/attachment.html>


More information about the gstreamer-devel mailing list