kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
spyserver source bugfix
rodzic
027297933b
commit
3103d2d168
|
@ -1,4 +1,3 @@
|
||||||
#pragma once
|
|
||||||
#include <utils/networking.h>
|
#include <utils/networking.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
|
@ -25,10 +25,12 @@ namespace spyserver {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SpyServerClientClass::startStream() {
|
void SpyServerClientClass::startStream() {
|
||||||
|
output->clearWriteStop();
|
||||||
setSetting(SPYSERVER_SETTING_STREAMING_ENABLED, true);
|
setSetting(SPYSERVER_SETTING_STREAMING_ENABLED, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SpyServerClientClass::stopStream() {
|
void SpyServerClientClass::stopStream() {
|
||||||
|
output->stopWriter();
|
||||||
setSetting(SPYSERVER_SETTING_STREAMING_ENABLED, false);
|
setSetting(SPYSERVER_SETTING_STREAMING_ENABLED, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue