I had this kind of problem before when talking to some RTSP server.
Sometimes the SPS (type 7) and PPS (type 8) NAL units are encoded in
base64 and given to client inside the SDP description. When you
want to decode such a stream you have to reinsert them before each
IDR (type 5) NAL units.
Hi Francisco,
I had this kind of problem before when talking to some RTSP server.
Sometimes the SPS (type 7) and PPS (type 8) NAL units are encoded in base64
and given to client inside the SDP description. When you want to decode
such a stream you have to reinsert them before each IDR (type 5)