зеркало из https://github.com/mozilla/fxrecord.git
Add configurations for fxrecord deployments
The configurations included are for the first fxrecord deployment in the Toronto office.
This commit is contained in:
Родитель
61b6fc79d5
Коммит
b60522cf15
|
@ -1,4 +1,4 @@
|
|||
/target
|
||||
|
||||
fxrecord.toml
|
||||
/fxrecord.toml
|
||||
recording.mp4
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
# contrib
|
||||
|
||||
This folder contains configuration and management scripts.
|
||||
|
||||
## Contents
|
||||
|
||||
### config/
|
||||
|
||||
Configuration files for fxrecord deployments.
|
|
@ -0,0 +1,11 @@
|
|||
[fxrecorder]
|
||||
host = "fxrunner01.corp.tor1.mozilla.com:8888"
|
||||
visual_metrics_path = "C:\\fxrecorder\\fxrecord.toml"
|
||||
|
||||
[fxrecorder.recording]
|
||||
video_size = { x = 1920, y = 1080 }
|
||||
output_size = { x = 1366, y = 768 }
|
||||
frame_rate = 60
|
||||
device = "Game Capture HD60 S"
|
||||
buffer_size = "1000M"
|
||||
minimum_recording_time_secs = 60
|
|
@ -0,0 +1,4 @@
|
|||
[fxrunner]
|
||||
host = "0.0.0.0:8888"
|
||||
session_dir = "C:\\fxrunner\\sessions"
|
||||
display_size = { x = 1366, y = 768 }
|
Загрузка…
Ссылка в новой задаче