]> git.sesse.net Git - nageru/blobdiff - mixer.h
Add a HTTP server for stream output.
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index 45311aa42ec98af08cf7fb55719c16e3e01c0041..a177854b46cde0229ebfcb669998afea709813b7 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -17,6 +17,7 @@
 #include "theme.h"
 #include "resampler.h"
 #include "timebase.h"
+#include "httpd.h"
 
 #define NUM_CARDS 2
 
@@ -94,6 +95,8 @@ private:
        void release_display_frame(DisplayFrame *frame);
        double pts() { return double(pts_int) / TIMEBASE; }
 
+       HTTPD httpd;
+
        QSurface *mixer_surface, *h264_encoder_surface;
        std::unique_ptr<movit::ResourcePool> resource_pool;
        std::unique_ptr<Theme> theme;