From: Seven Du Date: Tue, 2 Jun 2015 21:47:08 +0000 (+0800) Subject: FS-7585 increasing AMF buffer for larger picture X-Git-Tag: v1.6.2~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22cb3f708f6c0a5cd056db0ccb30690f3adcf136;p=thirdparty%2Ffreeswitch.git FS-7585 increasing AMF buffer for larger picture --- diff --git a/src/mod/endpoints/mod_rtmp/mod_rtmp.h b/src/mod/endpoints/mod_rtmp/mod_rtmp.h index e53cb95d94..8571aedafa 100644 --- a/src/mod/endpoints/mod_rtmp/mod_rtmp.h +++ b/src/mod/endpoints/mod_rtmp/mod_rtmp.h @@ -47,7 +47,7 @@ #define RTMP_DEFAULT_PORT 1935 #define RTMP_TCP_READ_BUF 2048 * 16 -#define AMF_MAX_SIZE 2048 * 16 +#define AMF_MAX_SIZE 2048 * 16 * 2 #define SUPPORT_SND_NONE 0x0000 #define SUPPORT_SND_ADPCM 0x0002