I believe,i am feeding Quicktime/ISO data to libavcodec for decoding.
No i am not using libavformat to demux the file. What i am doing,
capturing data using capture card, encoding it using libavcodec and
sending it over network using own RTP Stack.
Othe node that is also developed by us, is receiving RTP data and
feeding it to decoder module (libavcodec) after remving RTP Header (12
Bytes).

PS: Could you please share difference between mov/mp4 file and
Quicktime/ISO MPEG4?

On 8/9/10, Ronald S. Bultje <[email protected]> wrote:
> Hi,
>
> On Sat, Aug 7, 2010 at 7:32 AM, Umakant Goyal <[email protected]>
> wrote:
>> I have tested my decoder by getting data from other source but still
>> it is giving problem.
>> Now i am getting mpeg4 encoded data from IPCam still my decoder is not
>> able to decode the data.It gives same error.This proves that there
>> must be something i am missing while intializing deocder.
>>
>> Please suggest for the same. Could you please share what all
>> information i need to give libavcodec library while opening decoder?
>
> What "MPEG-4" data are you feeding libavcodec? Is it a mov/mp4 file, a
> la Quicktime/ISO? Are you using libavformat to demux the file? If so,
> are you using AVFormatContext->streams[%d]->codec or do you copy the
> AVCodecContext in some way, and if so, how? If not, please show us all
> (ALL, no single line excluded) code that you use to set up the
> AVCodecContext for MPEG-4 video decoding.
>
> Ronald
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to