event = gst_event_new_seek (1.0, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH, GST_SEEK_TYPE_SET,2* GST_SECOND, GST_SEEK_TYPE_SET,5* GST_SECOND); fail_unless (gst_element_send_event(avisubtitle, event) == FALSE,"Seeking is not possible when there is no buffer yet"); fail_unless (gst...
How to use this “gst_element_send_nvevent_new_stream_reset” to reconnect rtsp stream in python