zoneminder/src/zm_rtsp_server_fifo_video_s...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
639 B
C++
Raw Normal View History

2021-02-28 01:26:19 +08:00
/* ---------------------------------------------------------------------------
** This software is in the public domain, furnished "as is", without technical
** support, and with no warranty, express or implied, as to its usefulness for
** any purpose.
**
**
** ZoneMinder Live555 source
**
** -------------------------------------------------------------------------*/
#include "zm_rtsp_server_fifo_video_source.h"
#if HAVE_RTSP_SERVER
ZoneMinderFifoVideoSource::ZoneMinderFifoVideoSource(
UsageEnvironment& env, std::string fifo, unsigned int queueSize) :
ZoneMinderFifoSource(env,fifo,queueSize)
{
}
#endif // HAVE_RTSP_SERVER