UdpSink Fast-Forwarding Example

Hello;

I do a project that I send a video over network via udpsink. I need to determine playback speed also.

I use a similar example to this one.

https://gstreamer.freedesktop.org/documentation/tutorials/basic/playback-speed.html

However when I seek or send an event to my pipeline my stream stops.

Is there any example like this one which does fast-forwarding or rewinding?

I also tried to send or seek event to udpsink but that also did not work.

Should I send event to another element in my pipeline? Like decoder or demuxer?

On which element does fast-forwarding work normally? I think it is the sink.

Btw the streaming works successfully.

Hi,
We may no support this advance function in our plugins. Could you try software encoder x264enc?