The path to file_apps is now configurable

This commit is contained in:
loki
2019-12-16 22:02:21 +01:00
parent f499d25853
commit 3729e74930
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -22,6 +22,8 @@ struct video_t {
struct stream_t {
std::chrono::milliseconds ping_timeout;
std::string file_apps;
int fec_percentage;
};