I am currently achieving the replay in Onvif Profile G, but I have encountered a problem. When I was tring to achieve the Video replay ,I uesd GetReplayUri to get URI of video stream from camera,then used the udp to transfer the rtsp protocol for replay,but the RTP packet was sent normally (VLC can also read videos normally by using the uri), but the Onvif Test Tool shows "no frames captured" on the ONVIF TEST TOOL .
I have conducted packet capturing and found that the video frame was sent before the audio frame, so I tried to turn off the audio encoding, but the result was still the same. I want to figure out what problem should be causing this and how to solve it?