Re: [Live-devel] H264 ipcamera problem

2010-09-23 Thread Ross Finlayson
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.

Re: [Live-devel] H264 ipcamera problem

2010-09-22 Thread Serge Grondin
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)