mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
spyserver source bugfix
This commit is contained in:
@ -25,10 +25,12 @@ namespace spyserver {
|
||||
}
|
||||
|
||||
void SpyServerClientClass::startStream() {
|
||||
output->clearWriteStop();
|
||||
setSetting(SPYSERVER_SETTING_STREAMING_ENABLED, true);
|
||||
}
|
||||
|
||||
void SpyServerClientClass::stopStream() {
|
||||
output->stopWriter();
|
||||
setSetting(SPYSERVER_SETTING_STREAMING_ENABLED, false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user