to be continued
This commit is contained in:
@@ -119,6 +119,7 @@ func setupCodec(videoBPS int) (*mediadevices.CodecSelector, error) {
|
||||
return nil, err
|
||||
}
|
||||
x264Prarm.BitRate = videoBPS
|
||||
x264Prarm.Preset = x264.PresetMedium
|
||||
|
||||
opusParam, err := opus.NewParams()
|
||||
if err != nil {
|
||||
|
@@ -11,7 +11,7 @@ func ExampleOptions() *Options {
|
||||
"stun:stun.l.google.com:19302",
|
||||
"stun:wetofu.me:3478",
|
||||
},
|
||||
VideoBPS: 500_000,
|
||||
VideoBPS: 2_048_000,
|
||||
}
|
||||
return options
|
||||
}
|
||||
|
Reference in New Issue
Block a user