diff --git a/src/input/input_buffer.cpp b/src/input/input_buffer.cpp index fd980dc4..82c9b19c 100644 --- a/src/input/input_buffer.cpp +++ b/src/input/input_buffer.cpp @@ -677,6 +677,7 @@ namespace Mist { segmentSize = tmpNum; } + /* //if stream is configured and setting is present, use it, always std::string rec; if (streamCfg && streamCfg.getMember("record")) { @@ -706,6 +707,7 @@ namespace Mist { } recBpos = 0; } + */ /*LTS-END*/ configLock.post(); configLock.close();