Archived
2
0

servers configs from code to docs

This commit is contained in:
m1k1o 2020-04-05 11:13:09 +02:00
parent 048094e850
commit 9284c23771

View File

@ -15,6 +15,7 @@ Server for n.eko, as of right now this will *only* work on Linux systems, only t
--display ":99.0" // (string) XDisplay to capture --display ":99.0" // (string) XDisplay to capture
--audio "" // (string) audio codec parameters to use for streaming (unused) --audio "" // (string) audio codec parameters to use for streaming (unused)
--video "" // (string) video codec parameters to use for streaming (unused) --video "" // (string) video codec parameters to use for streaming (unused)
--screen "1280x720@30" // (string) default screen resolution and framerate
--epr "59000-59100" // (string) limits the pool of ephemeral ports that ICE UDP connections can allocate from --epr "59000-59100" // (string) limits the pool of ephemeral ports that ICE UDP connections can allocate from
--vp8 // (bool) use VP8 video codec --vp8 // (bool) use VP8 video codec
--vp9 // (bool) use VP9 video codec --vp9 // (bool) use VP9 video codec
@ -23,6 +24,9 @@ Server for n.eko, as of right now this will *only* work on Linux systems, only t
--g722 // (bool) use G722 audio codec --g722 // (bool) use G722 audio codec
--pcmu // (bool) use PCMU audio codec --pcmu // (bool) use PCMU audio codec
--pcma // (bool) use PCMA audio codec --pcma // (bool) use PCMA audio codec
--nat1to1 // ([]string) sets a list of external IP addresses of 1:1 (D)NAT and a candidate type for which the external IP address is used
--icelite // (bool) configures whether or not the ice agent should be a lite agent
--iceserver "stun:stun.l.google.com:19302" // ([]string) describes a single STUN and TURN server that can be used by the ICEAgent to establish a connection with a peer
--password "neko" // (string) password for connecting to stream --password "neko" // (string) password for connecting to stream
--password_admin "admin" // (string) admin password for connecting to stream --password_admin "admin" // (string) admin password for connecting to stream
``` ```