合并pr(rtp最大大小可配置):#1028

This commit is contained in:
ziyue
2021-08-12 10:43:12 +08:00
parent 7ed7e5386c
commit 094f7553c9
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ static bool loadFile(const char *path){
uint32_t timeStamp_last = 0;
uint16_t len;
char rtp[50 * 1024];
char rtp[0xFFFF];
struct sockaddr addr = {0};
auto sock = Socket::createSocket();
size_t total_size = 0;