Rewrite streaming code to C++ and forklift most of the setup out of the GUI code

This commit is contained in:
Cameron Gutman
2018-06-28 01:44:43 -07:00
parent cad95f12f6
commit 0821c66d8c
13 changed files with 532 additions and 359 deletions

2
app/streaming/video.cpp Normal file
View File

@@ -0,0 +1,2 @@
#include <Limelight.h>
#include "session.hpp"