{"lossmaxttl","Maximum possible packet reorder tolerance",OFFSET(lossmaxttl),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=D|E},
{"minversion","The minimum SRT version that is required from the peer",OFFSET(minversion),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=D|E},
{"streamid","A string of up to 512 characters that an Initiator can pass to a Responder",OFFSET(streamid),AV_OPT_TYPE_STRING,{.str=NULL},.flags=D|E},
{"srt_streamid","A string of up to 512 characters that an Initiator can pass to a Responder",OFFSET(streamid),AV_OPT_TYPE_STRING,{.str=NULL},.flags=D|E},
{"smoother","The type of Smoother used for the transmission for that socket",OFFSET(smoother),AV_OPT_TYPE_STRING,{.str=NULL},.flags=D|E},
{"transtype","The transmission type for the socket",OFFSET(transtype),AV_OPT_TYPE_INT,{.i64=SRTT_INVALID},SRTT_LIVE,SRTT_INVALID,.flags=D|E,"transtype"},