Increased maximum simultaneous tracks from 5 to 10, made this a define option. Allow multiple pushes through a single RTMP connection.

This commit is contained in:
Thulinma 2015-04-14 15:30:25 +02:00
parent 8d377602be
commit 69cf17d01d
8 changed files with 68 additions and 47 deletions

View file

@ -3,6 +3,7 @@
#include <set>
#include "timing.h"
#include "defines.h"
#ifdef __CYGWIN__
#include <windows.h>
@ -11,7 +12,7 @@
#endif
#define STAT_EX_SIZE 172
#define PLAY_EX_SIZE 32
#define PLAY_EX_SIZE 2+6*SIMUL_TRACKS
namespace IPC {