Event to another thread

Howling wong watertreader at hotmail.com
Mon Mar 7 05:31:01 UTC 2022


Hi

I am bit uncertain over the passing of seek event to an rtsp-server server. Would need some advice

DESCRIPTION
I am trying to code for a  rtsp-server using gst-rtsp-server library which should help in replay of certain files(non-live source). I would require seeking function for the user to play the desired video segment.

I have two threads to do it. My replay thread is on one thread while my rtsp-server stream function is on another thread connected together via udp.  Is it possible that the seek event could reach the thread where my replay bin is in instead of passing through the rtsp-server. Or I have to handle it via some event passing mechanism, maybe beyond what gstreamer library provides

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20220307/42538490/attachment.htm>


More information about the gstreamer-devel mailing list