Replies: 1 comment 1 reply
-
|
Possibly out of scope, but I wouldn't mind throwing in a few basic questions based on feature use/voting kinda things. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OBS Hardware Survey
The idea of doing an "OBS Hardware Survey" inspired by the Steam Hardware Survey has been floated for a while. This discussion is meant to have a more permanent location to keep some notes on the idea and benefits/concerns around it.
Motivation
We do not have any telemetry (or plans for any) in OBS. The hardware survey would provide us with potentially valuable information on how and on what platforms our users use OBS.
The survey would be strictly opt-in (just like Steam's survey) and offered periodically to users.
This would be useful for a few things:
Collection process
The results can then be published to the public on the obsproject website after the data collection round is over.
Data collected
The data collected would largely be the same as presented in logs, although more machine-readable.
Anonymised scene tree example
{ "1": [ { "type": "directshow", "enabled": true, "id": "4" }, { "type": "browser", "enabled": false, "id": "5" }, { "type": "group", "enabled": true, "children": [ { "type": "text", "enabled": false } ], "id": "6" } ], "2": [ { "type": "browser", "enabled": false, "id": "5" }, { "type": "ffmpeg_source", "enabled": true, "id": "7" } ], "3": [ { "type": "scene", "enabled": true, "target": "1", "id": "8" } ] }Technical considerations
Privacy considerations
Beta Was this translation helpful? Give feedback.
All reactions