mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
rtp包最大大小可配置
This commit is contained in:
@@ -36,7 +36,7 @@ static bool loadFile(const char *path){
|
||||
|
||||
uint32_t timeStamp_last = 0;
|
||||
uint16_t len;
|
||||
char rtp[2 * 1024];
|
||||
char rtp[50 * 1024];
|
||||
struct sockaddr addr = {0};
|
||||
auto sock = Socket::createSocket();
|
||||
size_t total_size = 0;
|
||||
|
||||
Reference in New Issue
Block a user