|
1 | 1 |
|
2 | 2 | --legacy enable legacy mode (default true)
|
| 3 | + |
3 | 4 | --logs save logs to file
|
4 | 5 |
|
| 6 | + --cert string path to the SSL cert used to secure the neko server |
| 7 | + --key string path to the SSL key used to secure the neko server |
| 8 | + --bind string address/port/socket to serve neko |
| 9 | + --proxy enable reverse proxy mode |
| 10 | + --static string path to neko client files to serve |
| 11 | + --path_prefix string path prefix for HTTP requests |
| 12 | + --cors strings list of allowed origins for CORS |
| 13 | + --locks strings resources, that will be locked when starting (control, login) |
| 14 | + --implicit_control if enabled members can gain control implicitly |
| 15 | + --control_protection control protection means, users can gain control only if at least one admin is in the room |
| 16 | + --heartbeat_interval int heartbeat interval in seconds (default 120) |
| 17 | + --file_transfer_enabled enable file transfer feature |
| 18 | + --file_transfer_path string path to use for file transfer |
| 19 | + |
5 | 20 | --display string XDisplay to capture
|
6 | 21 | --video_codec string video codec to be used
|
7 | 22 | --av1 DEPRECATED: use video_codec
|
|
12 | 27 | --video_bitrate int video bitrate in kbit/s
|
13 | 28 | --hwenc string use hardware accelerated encoding
|
14 | 29 | --max_fps int maximum fps delivered via WebRTC, 0 is for no maximum
|
| 30 | + |
15 | 31 | --device string audio device to capture
|
16 | 32 | --audio_codec string audio codec to be used
|
17 | 33 | --g722 DEPRECATED: use audio_codec
|
|
20 | 36 | --pcmu DEPRECATED: use audio_codec
|
21 | 37 | --audio string audio codec parameters to use for streaming
|
22 | 38 | --audio_bitrate int audio bitrate in kbit/s
|
| 39 | + |
23 | 40 | --broadcast_pipeline string custom gst pipeline used for broadcasting, strings {url} {device} {display} will be replaced
|
24 | 41 | --broadcast_url string a default default URL for broadcast streams, can be disabled/changed later by admins in the GUI
|
25 | 42 | --broadcast_autostart automatically start broadcasting when neko starts and broadcast_url is set
|
|
29 | 46 | --password string password for connecting to stream
|
30 | 47 | --password_admin string admin password for connecting to stream
|
31 | 48 |
|
32 |
| - --cert string path to the SSL cert used to secure the neko server |
33 |
| - --key string path to the SSL key used to secure the neko server |
34 |
| - --bind string address/port/socket to serve neko |
35 |
| - --proxy enable reverse proxy mode |
36 |
| - --static string path to neko client files to serve |
37 |
| - --path_prefix string path prefix for HTTP requests |
38 |
| - --cors strings list of allowed origins for CORS |
39 |
| - |
40 |
| - --locks strings resources, that will be locked when starting (control, login) |
41 |
| - --implicit_control if enabled members can gain control implicitly |
42 |
| - --control_protection control protection means, users can gain control only if at least one admin is in the room |
43 |
| - --heartbeat_interval int heartbeat interval in seconds (default 120) |
44 |
| - |
45 |
| - --nat1to1 strings sets a list of external IP addresses of 1:1 (D)NAT and a candidate type for which the external IP |
| 49 | + --nat1to1 strings sets a list of external IP addresses of 1:1 (D)NAT and a candidate type for which the external IP address is used |
46 | 50 | --tcpmux int single TCP mux port for all peers
|
47 | 51 | --udpmux int single UDP mux port for all peers
|
48 | 52 | --icelite configures whether or not the ice agent should be a lite agent
|
49 |
| - --iceserver strings describes a single STUN and TURN server that can be used by the ICEAgent to establish a connection |
50 |
| - --iceservers string describes a single STUN and TURN server that can be used by the ICEAgent to establish a connection |
| 53 | + --iceserver strings describes a single STUN and TURN server that can be used by the ICEAgent to establish a connection with a peer |
| 54 | + --iceservers string describes a single STUN and TURN server that can be used by the ICEAgent to establish a connection with a peer |
51 | 55 | --ipfetch string automatically fetch IP address from given URL when nat1to1 is not present
|
52 | 56 | --epr string limits the pool of ephemeral ports that ICE UDP connections can allocate from
|
0 commit comments