Merge commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe'
* commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe': rtmpproto: Lengthen the filename buffer when receiving streams Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
a106b7e8b9
@ -1926,7 +1926,7 @@ static int send_invoke_response(URLContext *s, RTMPPacket *pkt)
|
||||
{
|
||||
RTMPContext *rt = s->priv_data;
|
||||
double seqnum;
|
||||
char filename[64];
|
||||
char filename[128];
|
||||
char command[64];
|
||||
int stringlen;
|
||||
char *pchar;
|
||||
|
Loading…
x
Reference in New Issue
Block a user