Closed oldma3095 closed 1 month ago
static_consts.c
int32_t SRTGROUPMASK = (1 << 30); int SRT_LIVE_DEFPLSIZE = 1316; int SRT_LIVE_MAXPLSIZE = 1456; int SRT_LIVE_DEF_LATENCYMS = 120; SRTSOCKET SRT_INVALIDSOCK = -1; int SRTERROR = -1; int32_t SRT_SEQNONONE = -1; int32_t SRT_MSGNONONE = -1; int32_t SRT_MSGNOCONTROL = 0; int SRT_MSGTTLINF = -1; uint32_t SRT_GFLAGSYNCONMSG = 1;
@oldma3095 can you describe your problem? I'm not getting it. Are you getting an error message? If so which libsrt are you using? On which OS? Or is it something entirely different?
libsrt
static_consts.c
include <srt/srt.h>
int32_t SRTGROUPMASK = (1 << 30); int SRT_LIVE_DEFPLSIZE = 1316; int SRT_LIVE_MAXPLSIZE = 1456; int SRT_LIVE_DEF_LATENCYMS = 120; SRTSOCKET SRT_INVALIDSOCK = -1; int SRTERROR = -1; int32_t SRT_SEQNONONE = -1; int32_t SRT_MSGNONONE = -1; int32_t SRT_MSGNOCONTROL = 0; int SRT_MSGTTLINF = -1; uint32_t SRT_GFLAGSYNCONMSG = 1;