Seek_decode callback not called

Please provide complete information as applicable to your setup.

• Hardware Platform (GPU)
• DeepStream Version 6.4

My custom deepstream-test3: deepstream-test3-av.zip (218.2 KB)

Run pipeline with video

I have problem the seek_decode callback was not called when EOS appeared. Do you have any ideas? Thank you so much

is restart_stream_buf_prob called? was “EOSSSSSSSSSSSSSSSSSSSSSSSSSSS” printed?

yes, I call that function here but seem function was not called and no EOSSSS printed on console

if you add log in restart_stream_buf_prob , will the log be printed? wondering if the restart_stream_buf_prob will be entered. if restart_stream_buf_prob will be entered, why is there is no GST_APD_PROBE_TYPE_EVENT_BOTH?

sorry, I dont get your point :(

sorry for the late reply! if you add some logs in the first line of restart_stream_buf_prob, will the log be printed?

yeah, the log was printed in console

noticing EOSSSS is not printed on console, please check print the info-type and check why is there is no EVENT_BOTH type?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.