{"socket-cpu-affinity",0,0,G_OPTION_ARG_INT,&rtpe_config.cpu_affinity,"CPU affinity for media sockets","INT"},
#endif
{"janus-secret",0,0,G_OPTION_ARG_STRING,&rtpe_config.janus_secret,"Admin secret for Janus protocol","STRING"},
{"rtcp-interval",0,0,G_OPTION_ARG_INT,&rtpe_config.rtcp_interval,"Delay in milliseconds between RTCP packets when generate-rtcp flag is on, where random dispersion < 1 sec is added on top","INT"},
{"rtcp-interval",0,0,G_OPTION_ARG_INT,&rtcp_interval,"Delay in milliseconds between RTCP packets when generate-rtcp flag is on, where random dispersion < 1 sec is added on top","INT"},
{"moh-max-duration",0,0,G_OPTION_ARG_INT,&rtpe_config.moh_max_duration,"Max possible duration (in milliseconds) that can be spent on playing a file. If set to 0 then will be ignored.","INT"},
{"moh-max-repeats",0,0,G_OPTION_ARG_INT,&rtpe_config.moh_max_repeats,"Max possible amount of playback repeats for the music on hold. player-max-duration always takes a precedence over it.","INT"},
{"moh-attr-name",0,0,G_OPTION_ARG_STRING,&rtpe_config.moh_attr_name,"Controls the value to be added to the session level of SDP whenever MoH is triggered.","STRING"},