mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-7585 increasing AMF buffer for larger picture
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user