mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-05 03:49:44 +00:00
test: reduce videochannel e2e transport options for faster tests
This commit is contained in:
@@ -933,12 +933,12 @@ func e2eTransportOptions(transportName string) transport.Options {
|
||||
switch transportName {
|
||||
case "videochannel":
|
||||
return videochannel.Options{
|
||||
Width: 1080,
|
||||
Height: 1080,
|
||||
FPS: 60,
|
||||
Bitrate: "5000k",
|
||||
Width: 320,
|
||||
Height: 320,
|
||||
FPS: 25,
|
||||
Bitrate: "500k",
|
||||
HW: videoHWNone,
|
||||
QRSize: 512,
|
||||
QRSize: 256,
|
||||
QRRecovery: "low",
|
||||
Codec: "qrcode",
|
||||
TileModule: 4,
|
||||
|
||||
Reference in New Issue
Block a user