Hi,

On Mon, Aug 16, 2010 at 12:38 PM, Umakant Goyal <[email protected]> wrote:
> I do not believe there is problem in RTP recv because i am able to
> decode H.263 data using libavcodec. So, i am sure there is problem in
> codec initliazation.
> What do you say?
> Please suggest me where i am doing while decoding data?

I think the problem is in your depacketization, parsing of frames
after that or the AVCodecContext setup using the rtp header
properties, hence my suggestion to use rtpdec_mpeg4.c, which does all
these 3 for you. This shouldn't be hard to test and would provide you
with a testbed to get stuff working. If you can't do that, then that's
fine, but my suggestion is still to look there for your problem. I
currently don't have time to figure out exactly where in your
rtp-depacketization-code (or subsequent frame parsing or codec setup)
the bug is, but that's your job anyway, not mine. ;-).

Ronald
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to