On Apr 10, 2012, at 13:19 , srikanta mondal wrote:

> Thank you for reply. 
> @kalileo   I have simply got the UDP socket and get the byte array from it.

you could also use the ffmpeg libraries to do that.

> Now that byte array is basically the x264_nal_t*(p_payload[0]) from sender 
> side.

Is it? or is it in a container, such as mpegts? Then you should demux first.

> That encoded byte array come to client side. Now I want to decode that array 
> with its corresponding parameter values. I think it can be done by using 
> avcodec_decode_video2(). 

How are you passing that byte array to avcodec_decode_video2()?


 
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to