Add RecorderMutex
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Recorder {
|
||||
class RTSPRecorder : public virtual Recorder
|
||||
{
|
||||
public:
|
||||
RTSPRecorder(Http::HttpClient* pHttpClient, const Settings& settings);
|
||||
RTSPRecorder(Http::HttpClient* pHttpClient, const Settings& settings, Util::RecorderMutexPointer pRecorderMutex);
|
||||
~RTSPRecorder();
|
||||
|
||||
virtual std::string Snapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg) override;
|
||||
|
||||
Reference in New Issue
Block a user