From: Paulo V. <vic...@gm...> - 2008-10-02 12:43:36
|
Testing (on Windows /iaxclient-2.1beta3) with H264 (libx264 / ffmpeg) and peer to peer (no asterisk server) There are Mini video packets in the network (1406 bytes) but the application 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] Is there any currently working H264 (or 263+) library to build with iaxclient other than libx264? Have you tested libx264 (ffmpeg)? Thank you Paulo |