mediasoup
Version:
Cutting Edge WebRTC Video Conferencing
9 lines (8 loc) • 1.2 kB
Plain Text
option('ms_build_tests', type: 'boolean', value: false, description: 'Whether to build mediasoup worker tests')
option('ms_log_trace', type: 'boolean', value: false, description: 'Logs the current method/function if current log level is "debug"')
option('ms_log_file_line', type: 'boolean', value: false, description: 'Logging macros print more verbose information, including current file and line')
option('ms_rtc_logger_rtp', type: 'boolean', value: false, description: 'Prints a line with information for each processed RTP packet')
option('ms_dump_rtp_payload_descriptor', type: 'boolean', value: false, description: 'RTC::RTP::Packet::Dump() method also dumps payload descriptor details')
option('ms_dump_rtp_shared_packet_memory_usage', type: 'boolean', value: false, description: 'prints information about total memory allocated by RTC::RTP::SharedPacket instances')
option('ms_disable_liburing', type: 'boolean', value: false, description: 'When set to true, disables liburing integration despite current host supports it')
option('ms_sctp_stack', type: 'boolean', value: false, description: 'When set to true, uses mediasoup SCTP stack instead of usrsctp library (not implemented yet)')