H264 decoder
Hi all,
I would like to use the DivX H.264 decoder to decode a stream coming from an IP camera.
I wrote the DirectShow filter to interface the camera via RTSP and I already implemented the depacketization so I have picture parameter set, sequence parameter set, I (IDR and non-IDR) and P slice.
But I have no idea about how to interface the decoder (FOURCC, sample format, format-type, extradata, 0x000001 delimiter or not, ....).
I made some test: the filter connects correctly but simply do nothing at all.
Any suggestions are the welcome.
Paolo

