Stepping mkv file via a rtsp connection

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Stepping mkv file via a rtsp connection

marc dingemans
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

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel