FS-7585 increasing AMF buffer for larger picture
This commit is contained in:
parent
d961aad2c2
commit
22cb3f708f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue