Removed remaining recording code.

This commit is contained in:
Thulinma 2015-04-28 09:39:01 +02:00
parent c96f0fb9e4
commit 77dcfc23ad

View file

@ -677,6 +677,7 @@ namespace Mist {
segmentSize = tmpNum; segmentSize = tmpNum;
} }
/*
//if stream is configured and setting is present, use it, always //if stream is configured and setting is present, use it, always
std::string rec; std::string rec;
if (streamCfg && streamCfg.getMember("record")) { if (streamCfg && streamCfg.getMember("record")) {
@ -706,6 +707,7 @@ namespace Mist {
} }
recBpos = 0; recBpos = 0;
} }
*/
/*LTS-END*/ /*LTS-END*/
configLock.post(); configLock.post();
configLock.close(); configLock.close();