From: Paulo V. <vic...@gm...> - 2008-10-01 20:32:36
|
Testing with H264 and peer to peer (no asterisk server) There are Mini video packets in the network (1406 bytes) but the application still fails to decode int format = IAXC_FORMAT_H264 ; int formatp = IAXC_FORMAT_H264; Text message received: Call 0 ringing IAXCLIENT: Call 0 ringing Text message received: Call 0 accepted IAXCLIENT: Call 0 accepted Text message received: Creating codec format 0x200000 IAXCLIENT: Creating codec format 0x200000 [libx264 @ 02C441D0]using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64 created encoder codec ffmpeg-H.264 [h264 @ 02C3FA00]no frame! codec_ffmpeg: decode: failed to decode whole frame -1 / 43400 ERROR: decode error Text message received: Bad or incomplete video packet. Unable to decode. IAXCLIENT: Bad or incomplete video packet. Unable to decode. [h264 @ 02C3FA00]no frame! codec_ffmpeg: decode: failed to decode whole frame -1 / 51800 ERROR: decode error Text message received: Bad or incomplete video packet. Unable to decode. IAXCLIENT: Bad or incomplete video packet. Unable to decode. [h264 @ 02C3FA00]no frame! codec_ffmpeg: decode: failed to decode whole frame -1 / 35000 ERROR: decode error Text message received: Bad or incomplete video packet. Unable to decode. IAXCLIENT: Bad or incomplete video packet. Unable to decode. [h264 @ 02C3FA00]no frame! codec_ffmpeg: decode: failed to decode whole frame -1 / 49000 ERROR: decode error Text message received: Bad or incomplete video packet. Unable to decode. IAXCLIENT: Bad or incomplete video packet. Unable to decode. codec_ffmpeg: decode: unknown slice header version 126 ERROR: decode error Text message received: Bad or incomplete video packet. Unable to decode. IAXCLIENT: Bad or incomplete video packet. Unable to decode. [h264 @ 02C3FA00] Paulo On Wed, Oct 1, 2008 at 3:00 PM, Paulo Vicentini <vic...@gm...>wrote: > Hi, > Does iaxclient lib support H263,H263+ video codecs from ffmpeg? > I have built ffmpeg on Windows then I built iaxclient with USE_FFMPEG ( > codec_ffmpeg.c ) > > But the video call (which is going thru an Asterisk) is not working. > > With theora codec is working fine but I have tried H263, h263+ formats with > no success. > Have you ever tried that? > > Thank you > > Paulo > > |