Skip to content

Commit f2313c2

Browse files
committed
streamd: change default video bitrate to 6000kbps 1080p@30 h264
1 parent c01b957 commit f2313c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func main() {
141141
flag.StringVar(&d.sourceCamOpts, "source-cam-opts", "", "GStreamer element properties for camera source")
142142
flag.StringVar(&d.sourceAudio, "source-audio", "audiotestsrc", "GStreamer element factory name for the audio source")
143143
flag.StringVar(&d.sourceAudioOpts, "source-audio-opts", "", "GStreamer element properties for audio source")
144-
flag.IntVar(&d.videoEncBitrateKbps, "video-enc-bitrate", 8000, "Video encoding bitrate in Kbps")
144+
flag.IntVar(&d.videoEncBitrateKbps, "video-enc-bitrate", 6000, "Video encoding bitrate in Kbps")
145145
flag.IntVar(&d.audioEncBitrateKbps, "audio-enc-bitrate", 96, "Video encoding bitrate in Kbps")
146146
flag.BoolVar(&d.hwAccel, "hw-accel", false, "Enable hardware acceleration and offload processing tasks onto the GPU or a DSP")
147147
flag.Parse()

0 commit comments

Comments
 (0)