Commit 5165c600 authored by Paul B Mahol's avatar Paul B Mahol

avformat/rtmpproto: increase hardcoded url/path lengths

Fixes #4103.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent c190fdf6
......@@ -49,8 +49,8 @@
#endif
#define APP_MAX_LENGTH 1024
#define PLAYPATH_MAX_LENGTH 256
#define TCURL_MAX_LENGTH 512
#define PLAYPATH_MAX_LENGTH 512
#define TCURL_MAX_LENGTH 1024
#define FLASHVER_MAX_LENGTH 64
#define RTMP_PKTDATA_DEFAULT_SIZE 4096
#define RTMP_HEADER 11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment