Add configurations for fxrecord deployments

The configurations included are for the first fxrecord deployment in the
Toronto office.
This commit is contained in:
Barret Rennie 2021-06-24 18:46:32 -04:00
Родитель 61b6fc79d5
Коммит b60522cf15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4D71D86C09132D72
4 изменённых файлов: 25 добавлений и 1 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
/target
fxrecord.toml
/fxrecord.toml
recording.mp4

9
contrib/README.md Normal file
Просмотреть файл

@ -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 }