--add-x-timings

This commit is contained in:
Devaev Maxim
2018-09-30 16:54:29 +03:00
parent 5146314725
commit f18a3ef992
6 changed files with 90 additions and 21 deletions

View File

@@ -45,6 +45,8 @@ struct exposed_t {
unsigned fps;
bool online;
unsigned dropped;
long double expose_begin_time;
long double expose_end_time;
};
struct http_server_runtime_t {
@@ -62,6 +64,7 @@ struct http_server_t {
char *host;
unsigned port;
unsigned drop_same_frames;
bool add_x_timings;
unsigned fake_width;
unsigned fake_height;
unsigned timeout;