[Asterisk-Dev] Re: passthru special codecs
Paradise Dove
pardove at gmail.com
Thu Mar 3 07:11:19 MST 2005
is it the way?: add new codecs def. in frame.c and frame.h to let *
passthru them?
ex:
frame.h:
/*! H.263+ Video */
#define AST_FORMAT_H263_PLUS (1 << 20)
/*! H.264 Video */
#define AST_FORMAT_H264 (1 << 21)
frame.c:
{ 1, AST_FORMAT_H263_PLUS, "h263+", "H.263+ Video" },
{ 1, AST_FORMAT_H264, "h264", "H.264 Video" },
thanks,
Paradise Dove
On Wed, 2 Mar 2005 23:43:34 +0330, Paradise Dove <pardove at gmail.com> wrote:
> is it possible to make * detect and passthru a special video or audio
> codecs like H.263+ , H.264, ...?
> if yes, where to start?
> thanks,
> Paradise Dove
>
More information about the asterisk-dev
mailing list