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:
parent
8d377602be
commit
69cf17d01d
8 changed files with 68 additions and 47 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue