From 22cb3f708f6c0a5cd056db0ccb30690f3adcf136 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Wed, 3 Jun 2015 05:47:08 +0800 Subject: [PATCH] FS-7585 increasing AMF buffer for larger picture --- src/mod/endpoints/mod_rtmp/mod_rtmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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