asticode / go-astisrt

SRT server, client and socket in GO
MIT License
40 stars 5 forks source link

initializer element is not constant #7

Closed oldma3095 closed 1 month ago

oldma3095 commented 2 months ago

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;

asticode commented 2 months ago

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