File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The listening port for protoo WebSocket server.
40
40
41
41
* Optional
42
42
* Valid values: port
43
- * Default: 4443
43
+ * Default: " 4443"
44
44
45
45
### ` MEDIASOUP_LISTEN_IP `
46
46
@@ -64,32 +64,32 @@ The min port for audio/video in mediasoup.
64
64
65
65
* Optional
66
66
* Valid values: port
67
- * Default: 2000
67
+ * Default: " 2000"
68
68
69
69
### ` MEDIASOUP_MAX_PORT `
70
70
71
71
The max port for audio/video in mediasoup.
72
72
73
73
* Optional
74
74
* Valid values: port
75
- * Default: 2020
75
+ * Default: " 2020"
76
76
77
77
### ` MEDIASOUP_USE_VALGRIND `
78
78
79
79
Flag to indicate whether valgrind is to be used.
80
80
81
81
* Optional
82
82
* Valid values: bool
83
- * Default: false
83
+ * Default: " false"
84
84
85
85
### ` MEDIASOUP_VALGRIND_OPTIONS `
86
86
87
- Valgrind options separated by '|' symbol .
87
+ Valgrind command line options .
88
88
89
89
Example:
90
90
91
- ` "--leak-check=full| --track-fds=yes| --log-file=/storage/mediasoup_valgrind_ ` date +%s ` .log" `
91
+ ` "--leak-check=full --track-fds=yes --log-file=/storage/mediasoup_valgrind_%p .log" `
92
92
93
93
* Optional
94
94
* Valid values: Check ` valgrind ` manual
95
- * Default: Check docker/run.sh
95
+ * Default: Check ` docker/run.sh ` file
You can’t perform that action at this time.
0 commit comments