Update video code for GFE 2.1.1

This commit is contained in:
Cameron Gutman
2014-08-17 20:57:30 -07:00
parent 1e4c65e7bb
commit 806f5f184a
3 changed files with 184 additions and 121 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ static void ReceiveThreadProc(void* context) {
int bufferSize;
char* buffer;
bufferSize = configuration.packetSize + sizeof(RTP_PACKET);
bufferSize = configuration.packetSize + MAX_RTP_HEADER_SIZE;
buffer = (char*)malloc(bufferSize);
if (buffer == NULL) {
Limelog("Receive thread terminating\n");