Added MistUtilNuke, added input PID and pull PID fields, added nuke_stream API call
This commit is contained in:
parent
ca63abae14
commit
15c132f6f8
6 changed files with 223 additions and 5 deletions
|
@ -210,6 +210,8 @@ static inline void show_stackframe(){}
|
|||
|
||||
#define SHM_STREAM_STATE "MstSTATE%s" //%s stream name
|
||||
#define SHM_STREAM_CONF "MstSCnf%s" //%s stream name
|
||||
#define SHM_STREAM_IPID "MstIPID%s" //%s stream name
|
||||
#define SHM_STREAM_PPID "MstPPID%s" //%s stream name
|
||||
#define SHM_GLOBAL_CONF "MstGlobalConfig"
|
||||
#define STRMSTAT_OFF 0
|
||||
#define STRMSTAT_INIT 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue