inspiredtechnologies / IP-Camera-Emulator

A Windows app that emulates one or more RTSP video cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Camera Emulator

IP Camera Emulator - A Windows .NET app that emulates one or more RTSP video cameras

This software tool was created to perform load testing of video management software and CCTV network video recorders. It makes use of the VLC libraries to generate RTSP video streams from video files. The software requires these library components in the application folder:

To build the RtspStreamerLib DLL, you will need the VLC SDK C++ headers and 32-bit MSVC libraries (try https://github.com/RSATom/libvlc-sdk). I was also able to generate the required LIB files from the official VLC DLLs (http://www.asawicki.info/news_1420_generating_lib_file_for_dll_library.html).

About

A Windows app that emulates one or more RTSP video cameras

License:Apache License 2.0


Languages

Language:C# 85.6%Language:C++ 13.1%Language:C 1.3%