Added MistUtilNuke, added input PID and pull PID fields, added nuke_stream API call

This commit is contained in:
Thulinma 2021-04-21 18:12:11 +02:00
parent ca63abae14
commit 15c132f6f8
6 changed files with 223 additions and 5 deletions

View file

@ -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