Hello,
I'm now trying to realize the communication between two dm6467s. One dm6467 works as a client and the other as a server. The client sends encoded data to the server and the server receive the data, decoding it.
If the client sends packets after the server starts working, the whole program runs well. Even if I pause the client and then continue it , there is no decoding problem.
However, if the client sends packets before the server starts working, the decoding thread will fail with a message "failed to
decode the video buffer". The return value of the decode function is "-1". I've no ideas what's wrong with it.
Can anyone help me?