]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7585 increasing AMF buffer for larger picture
authorSeven Du <dujinfang@gmail.com>
Tue, 2 Jun 2015 21:47:08 +0000 (05:47 +0800)
committerSeven Du <dujinfang@gmail.com>
Tue, 2 Jun 2015 22:01:03 +0000 (06:01 +0800)
src/mod/endpoints/mod_rtmp/mod_rtmp.h

index e53cb95d945a4ca85ee0cba6fe970b7ecafa8a97..8571aedafa3b65650b2cbd02926fe3452a5c5d10 100644 (file)
@@ -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