X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.cpp;h=f45880d321be6d2a1c17c5a61b7ba0babc28e846;hb=b9f32b108b1e3392d1ca6884f3c960f18acaa0d6;hp=6ec12e88357b1430ef922cf3dad57d9407cd2e66;hpb=8f86bc5c54efd2763deb5e34e69512db650e5658;p=nageru diff --git a/mixer.cpp b/mixer.cpp index 6ec12e8..f45880d 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -353,7 +353,7 @@ Mixer::Mixer(const QSurfaceFormat &format, unsigned num_cards) theme.reset(new Theme(global_flags.theme_filename, global_flags.theme_dirs, resource_pool.get(), num_cards)); // Start listening for clients only once VideoEncoder has written its header, if any. - httpd.start(9095); + httpd.start(global_flags.http_port); // First try initializing the then PCI devices, then USB, then // fill up with fake cards until we have the desired number of cards.