We’re trying to play the RTSP stream of an ANAFI but we did not succeed.
We use our own video library because we have specific latency constraints. With VLC I’m able to play the stream (but it’s quite bad).
With our decoder, I notice that we did not get the PPS/SPS packets (it’s not in the RTP stream, nor in the RTSP DESCRIBE reply).
Is there a way to have those SPS/PPS packets sent?
SPS/PPS are not included in the SDP response to a RTSP DESCRIBE request but are included in the RTP stream on every start of GOP (i.e. start of intra refresh pattern, ~1 second).
Are you able to do a wireshark capture to check this for example?