Move launching apps to http /launch
This commit is contained in:
+4
-1
@@ -5,6 +5,8 @@
|
||||
#ifndef SUNSHINE_STREAM_H
|
||||
#define SUNSHINE_STREAM_H
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "crypto.h"
|
||||
#include "thread_safe.h"
|
||||
namespace stream {
|
||||
@@ -12,10 +14,11 @@ namespace stream {
|
||||
struct launch_session_t {
|
||||
crypto::aes_t gcm_key;
|
||||
crypto::aes_t iv;
|
||||
std::string app_name;
|
||||
};
|
||||
|
||||
extern safe::event_t<launch_session_t> launch_event;
|
||||
extern std::atomic_bool has_session;
|
||||
|
||||
void rtpThread();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user