I am using Deepstream2 on P40 with Ubuntu.
When running on some mp4 files the order of frames I see at the output is wrong in the beginning and at the end of the video file.
Are you familiar with this issue ? Any way to avoid it ?
Thanks, Simon.
I am using Deepstream2 on P40 with Ubuntu.
When running on some mp4 files the order of frames I see at the output is wrong in the beginning and at the end of the video file.
Are you familiar with this issue ? Any way to avoid it ?
Thanks, Simon.
Simon
Can you share your video mp4 file? Can you give more details about which frames are disordered.
Did you try it on Deepstream 3.0 ?
For example, this would be a possible sequence of frames in the output (assuming 1 frame per second)
1,3,5,6,7,8,9,10,9,10,11
It looks the stream problem.
You can also download nvidia video codec sdk 8.2 NVIDIA VIDEO CODEC SDK | NVIDIA Developer
And use the appDec sample to dump YUV to check.