Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
m1k1o
GitHub Repository: m1k1o/neko
Path: blob/master/webpage/docs/migration-from-v2/help.txt
1007 views
1
2
--legacy enable legacy mode (default true)
3
4
--logs save logs to file
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
20
--display string XDisplay to capture
21
--video_codec string video codec to be used
22
--av1 DEPRECATED: use video_codec
23
--h264 DEPRECATED: use video_codec
24
--vp8 DEPRECATED: use video_codec
25
--vp9 DEPRECATED: use video_codec
26
--video string video codec parameters to use for streaming
27
--video_bitrate int video bitrate in kbit/s
28
--hwenc string use hardware accelerated encoding
29
--max_fps int maximum fps delivered via WebRTC, 0 is for no maximum
30
31
--device string audio device to capture
32
--audio_codec string audio codec to be used
33
--g722 DEPRECATED: use audio_codec
34
--opus DEPRECATED: use audio_codec
35
--pcma DEPRECATED: use audio_codec
36
--pcmu DEPRECATED: use audio_codec
37
--audio string audio codec parameters to use for streaming
38
--audio_bitrate int audio bitrate in kbit/s
39
40
--broadcast_pipeline string custom gst pipeline used for broadcasting, strings {url} {device} {display} will be replaced
41
--broadcast_url string a default default URL for broadcast streams, can be disabled/changed later by admins in the GUI
42
--broadcast_autostart automatically start broadcasting when neko starts and broadcast_url is set
43
44
--screen string default screen resolution and framerate
45
46
--password string password for connecting to stream
47
--password_admin string admin password for connecting to stream
48
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
50
--tcpmux int single TCP mux port for all peers
51
--udpmux int single UDP mux port for all peers
52
--icelite configures whether or not the ice agent should be a lite agent
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
55
--ipfetch string automatically fetch IP address from given URL when nat1to1 is not present
56
--epr string limits the pool of ephemeral ports that ICE UDP connections can allocate from
57
58