Skip to content

Commit 615093d

Browse files
chore: regen flags in README.md
1 parent 28c69fa commit 615093d

File tree

1 file changed

+29
-20
lines changed

1 file changed

+29
-20
lines changed

streamd/README.md

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -81,38 +81,47 @@ Take a look at `nix.shell` in the repository root for a detailed list.
8181

8282
The following flags configure the streamd daemon:
8383

84-
-listen-http string
85-
Address to listen for HTTP requests. Defaults to ":8080".
84+
-audio-enc-bitrate int
85+
Video encoding bitrate in Kbps (default 96)
8686

87-
-listen-comb-srt string
88-
SRT URI for receiving the combined stream. Defaults to "srt://[::]:7000?mode=listener".
87+
-http-port string
88+
Port at which to listen for HTTP requests (default "8080")
8989

90-
-listen-present-srt string
91-
SRT URI for receiving the presentation stream. Defaults to "srt://[::]:7001?mode=listener".
90+
-hw-accel
91+
Enable hardware acceleration and offload processing tasks onto the GPU or a DSP
9292

93-
-listen-cam-srt string
94-
SRT URI for receiving the camera stream. Defaults to "srt://[::]:7002?mode=listener".
93+
-port-cam-srt string
94+
SRT listing port for camera stream (default "7002")
9595

96-
-source-present string
97-
GStreamer factory name for the presentation source. Defaults to "videotestsrc".
96+
-port-comb-srt string
97+
SRT listing port for combined stream (default "7000")
9898

99-
-source-present-opts string
100-
Properties for configuring the presentation source. Defaults to an empty string.
99+
-port-present-srt string
100+
SRT listing port for presentation stream (default "7001")
101+
102+
-source-audio string
103+
GStreamer element factory name for the audio source (default "audiotestsrc")
104+
105+
-source-audio-opts string
106+
GStreamer element properties for audio source
101107

102108
-source-cam string
103-
GStreamer factory name for the camera source. Defaults to "videotestsrc".
109+
GStreamer element factory name for the camera source (default "videotestsrc")
104110

105111
-source-cam-opts string
106-
Properties for configuring the camera source. Defaults to an empty string.
112+
GStreamer element properties for camera source
107113

108-
-source-audio string
109-
GStreamer factory name for the audio source. Defaults to "audiotestsrc".
114+
-source-present string
115+
GStreamer element factory name for the presentation source (default "videotestsrc")
110116

111-
-source-audio-opts string
112-
Properties for configuring the audio source. Defaults to an empty string.
117+
-source-present-opts string
118+
GStreamer element properties for presentation source
113119

114-
-hw-accel
115-
Enables hardware acceleration, offloading processing tasks to the GPU using VA-API. Defaults to false.
120+
-listen-cidr string
121+
CIDR containing Address to listen for all srt requests. E.g. 100.64.0.0/10 for tailnets. If unset, [::] will be listened on.
122+
123+
-video-enc-bitrate int
124+
Video encoding bitrate in Kbps (default 6000)
116125

117126
For details on SRT URIs, see: https://github.com/hwangsaeul/libsrt/blob/master/docs/srt-live-transmit.md.
118127

0 commit comments

Comments
 (0)