AMC SDK detects a file as being played but the video is frozen #901
Unanswered
simonebarattin
asked this question in
Axis Windows SDKs
Replies: 1 comment
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning,
I'm having an issue with the AMC SDK. I'm developing a streaming application in C#, which shows the live stream of 5 different cameras and allows then the user to record and playback the videos.
What happens is, sometimes when I try to playback the videos, 4 out of 5 play normally but one is like frozen to the first frame. Then, If I stop the videos then the frozen one goes to the correct frame.
I checked the status during the reproduction of the videos and even for the frozen one it shows status 3 (initialized + playing). Also the "OnNewImage" event is triggered even if the video is frozen. So it seems the AMC pipeline is "providing" the frames but the video view doesn't get updated. I tried to invalidate the control to make it refresh but without result. I checked also if some error is reported in the OnError event but nothing is in there.
I think then the problem could be related to the video decoder?
Some info on the setup:
This is the process dump of the diagnostic tool provided in the above mentioned discussion: https://drive.google.com/file/d/1XZEs0ieqQkYMZH1s-F5HB7CKetOqW_P2/view?usp=sharing
Thank you for your support. Regards,
Simone
Beta Was this translation helpful? Give feedback.
All reactions