I am running nvd analytics python app on my jetson Xavier NX 8GB with deepstream 6.0, jetpack 4.6.1 it was running fine till yesterday now out of nowhere it is giving me this error
NVPARSER: HEVC: Seeking is not performed on IRAP picture. Can someone explain to me why is this happening and what is solution for it.
No one can tell you what happened with only this sentence. Can you try to find out the way to reproduce the same error?
I am just tyring to figure out why this issue is happening suddenly because i have not changed any thing in the code and it was running fine from months on same configurations and environment.
I am using the following example as it is without any changes.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
The literal meaning of the log is just the seeking operation does not find the IRAP. Please refer to H.265 : High efficiency video coding (itu.int) for the definition and meaning of IRAP.
This is just a debugging log which will do no harm to the application. According to the log, the only thing we can tell from it is that you are sending the H265(HEVC) stream(s) to the app as the sources and the decoder does not find IRAP at that moment.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.