From 77dcfc23ad8eaffb368b1e6c0fd0cbe5a82a3aed Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 28 Apr 2015 09:39:01 +0200 Subject: [PATCH] Removed remaining recording code. --- src/input/input_buffer.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();