X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.cpp;h=f45880d321be6d2a1c17c5a61b7ba0babc28e846;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=6ec12e88357b1430ef922cf3dad57d9407cd2e66;hpb=3fd3a00f3f70d28377c4d876746e1a8849e422bd;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.