Added fec_percentage as configurable variable

This commit is contained in:
loki
2019-12-11 23:37:20 +01:00
parent e0c1e4ec55
commit c819664e33
4 changed files with 16 additions and 6 deletions

View File

@@ -20,6 +20,8 @@ struct video_t {
struct stream_t {
std::chrono::milliseconds ping_timeout;
int fec_percentage;
};
struct nvhttp_t {