mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
rtp gop size is 1024
This commit is contained in:
parent
3204769d5e
commit
10734495b9
@ -19,7 +19,7 @@
|
||||
#include "Common/PacketCache.h"
|
||||
#include "Util/RingBuffer.h"
|
||||
|
||||
#define RTP_GOP_SIZE 512
|
||||
#define RTP_GOP_SIZE 1024
|
||||
|
||||
namespace mediakit {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user