H264 decoder

No replies
dematteis.paolo
dematteis.paolo's picture
User offline. Last seen 2 years 43 weeks ago. Offline
Joined: 04/06/2009
Posts: 1
Groups: None

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