Removed remaining recording code.
This commit is contained in:
parent
c96f0fb9e4
commit
77dcfc23ad
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue