mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Issue #8663 - Add passthrough support for MPEG4 (neutrino88).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49968 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1375,6 +1375,7 @@ static struct {
|
||||
{{1, AST_FORMAT_H263}, "video", "H263"},
|
||||
{{1, AST_FORMAT_H263_PLUS}, "video", "h263-1998"},
|
||||
{{1, AST_FORMAT_H264}, "video", "H264"},
|
||||
{{1, AST_FORMAT_MP4_VIDEO}, "video", "MP4V-ES"},
|
||||
{{1, AST_FORMAT_T140}, "text", "T140"},
|
||||
};
|
||||
|
||||
@@ -1403,11 +1404,12 @@ static struct rtpPayloadType static_RTP_PT[MAX_RTP_PT] = {
|
||||
[26] = {1, AST_FORMAT_JPEG},
|
||||
[31] = {1, AST_FORMAT_H261},
|
||||
[34] = {1, AST_FORMAT_H263},
|
||||
[103] = {1, AST_FORMAT_H263_PLUS},
|
||||
[97] = {1, AST_FORMAT_ILBC},
|
||||
[99] = {1, AST_FORMAT_H264},
|
||||
[101] = {0, AST_RTP_DTMF},
|
||||
[102] = {1, AST_FORMAT_T140}, /* Real time text chat */
|
||||
[103] = {1, AST_FORMAT_H263_PLUS},
|
||||
[104] = {1, AST_FORMAT_MP4_VIDEO},
|
||||
[110] = {1, AST_FORMAT_SPEEX},
|
||||
[111] = {1, AST_FORMAT_G726},
|
||||
[112] = {1, AST_FORMAT_G726_AAL2},
|
||||
|
||||
Reference in New Issue
Block a user