All Projects → linkingvision → Rapidvms

linkingvision / Rapidvms

Licence: other
rapidvms(open source VMS/NVR Video Management System/ Network Video Recorder) mail to [email protected] for latest version

Projects that are alternatives of or similar to Rapidvms

Easyplayer Rtsp Android
An elegant, simple, fast android RTSP/RTMP/HLS/HTTP Player.EasyPlayer support RTSP(RTP over TCP/UDP)version & Pro version,cover all kinds of streaming media!EasyPlayer是一款精炼、高效、稳定的流媒体播放器,分为RTSP版和Pro版本,支持各种各样的流媒体音视频播放!
Stars: ✭ 437 (+18.11%)
Mutual labels:  rtsp, hls, rtmp
ZLMediaKit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
Stars: ✭ 7,790 (+2005.41%)
Mutual labels:  rtsp, hls, rtmp
smart rtmpd
RTMP server, smart, compact, high performance(c, c++), high concurrency, easy to maintain, easy to deploy, (supports multiple operating systems Windows and Linux, ARM, FreeBSD)
Stars: ✭ 159 (-57.03%)
Mutual labels:  rtsp, hls, rtmp
docker-wyze-bridge
RTMP/RTSP/LL-HLS bridge for Wyze cams in a docker container
Stars: ✭ 1,146 (+209.73%)
Mutual labels:  rtsp, hls, rtmp
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+7300.54%)
Mutual labels:  rtsp, hls, rtmp
Lal
🔥 Golang live stream lib/client/server. support RTMP/RTSP/HLS/HTTP[S]-FLV/HTTP-TS, H264/H265/AAC, relay, cluster, record, HTTP API/Notify, GOP cache. 官方文档见 https://pengrl.com/lal
Stars: ✭ 480 (+29.73%)
Mutual labels:  rtsp, hls, rtmp
Monibuca
🧩 Monibuca is a Modularized, Extensible framework for building Streaming Server
Stars: ✭ 307 (-17.03%)
Mutual labels:  rtsp, hls, rtmp
Zlmediakit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181 server and client framework based on C++11
Stars: ✭ 5,248 (+1318.38%)
Mutual labels:  rtsp, hls, rtmp
Media Server
RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM
Stars: ✭ 1,363 (+268.38%)
Mutual labels:  rtsp, hls, rtmp
wsa
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
Stars: ✭ 35 (-90.54%)
Mutual labels:  rtsp, hls, rtmp
Easyclient
云平台组件:EasyDarwin开源流媒体云平台客户端,支持Android、iOS、PC。EasyClient是向EasyCMS获取在线设备列表,选中播放某个在线设备时,EasyClient先发送播放请求给EasyCMS,EasyCMS将相应的请求转发给对应的设备,并通知设备将视频流推送到相应的EasyDarwin流媒体服务器上,EasyClient从对应EasyDarwin服务器获取视频流进行播放。当该路设备没有观看请求时,会主动停止推流。在线设备可以是EasyCamera、EasyNVR等接入EasyCMS的设备。
Stars: ✭ 312 (-15.68%)
Mutual labels:  rtsp, rtmp
LiveDesk
win32 livedesk rtsp server, rtmp pusher, screen recorder, avkcp server, ffrdp server.
Stars: ✭ 22 (-94.05%)
Mutual labels:  rtsp, rtmp
tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (-92.16%)
Mutual labels:  hls, rtmp
video-server
Server which connects to set of existing RTSP's and provides HLS/MSE-based streams.
Stars: ✭ 12 (-96.76%)
Mutual labels:  rtsp, hls
PPlayer
ffmpeg 4.0.2静态库从0开始一个播放器的搭建,支持rtmp、rtsp、hls、本地MP4文件播放,音视频同步,直播推流
Stars: ✭ 81 (-78.11%)
Mutual labels:  rtsp, rtmp
sms
rtmp server and super media server whith golang.
Stars: ✭ 65 (-82.43%)
Mutual labels:  hls, rtmp
browserLiveStream
Use webcam, browser and Node to stream live video. From api.video (https://api.video)
Stars: ✭ 141 (-61.89%)
Mutual labels:  hls, rtmp
cordova-plugin-tencent-liteav
A cordova plugin for video playing with Tencent's LiteAV SDK. Support RTMP/HLS/FLV/MP4.
Stars: ✭ 24 (-93.51%)
Mutual labels:  hls, rtmp
Rtsp Stream
Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
Stars: ✭ 349 (-5.68%)
Mutual labels:  rtsp, hls
livego
直播服务器 hls stream online RTMP AMF HLS HTTP-FLV
Stars: ✭ 30 (-91.89%)
Mutual labels:  hls, rtmp

For make Rapidvms a better vms system, from 5.0, the source code is closed, if you want to get latest code, mail to [email protected]

New features

5.0 features

  1. OpenCV support.
  2. H265 support.
  3. Remove gsoap depends.

Rapidvms include RapidStor(server) and RapidClient(client)

Build

Linux

centos 7: sudo yum install nasm xorg-x11-server-devel zlib-devel gcc gcc-c++ perl-version libxcb libxcb-devel xcb-util xcb-util-devel xcb-util-*-devel libX11-devel libXrender-devel libXi-devel redhat-lsb-core libxslt-devel cmake libuuid-devel

ubuntu: sudo apt-get install  "^libxcb.*" build-essential shtool libtool automake autoconf libbsd-dev libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev cmake libx11-dev yasm libxext-dev libgl1-mesa-dev  zlib1g-dev freeglut3-dev uuid-dev

Change VE_PATH in the rules.mk
$source ./rules.mk
$make

macOS

Install xcode
Change VE_PATH in the rules.mk
$source ./rules-macos.mk
$make 

Windows

1. Install VS2013
2. Install Qt 5.x.x in the http://download.qt-project.org/official_releases/qt/
3. http://download.qt-project.org/official_releases/vsaddin/
4. Add Qt version to VS2013
5. Change scripts\dllprepare* QT_WIN32 and QT_WIN64
6. run the dllprepare.bat
7. veuilib\prj_win32\veuilib.sln build
8. vecvr\prj_win32\vecvr.sln build
9. client\prj_win32\veclient.sln build

Raspberry pi 3

Change VE_PATH & VE_CROSS_COMPILER_PATH in the rules-pi3.mk
$source ./rules-pi3.mk
$make 

Wiki


Release Version

https://github.com/veyesys/version/tree/master/rapidvms

Features list

ONVIF profile S support.
Unlimited timeline playback.
Anti file system fragment recording system.
Multi Display screen support.
Alarm Support
PTZ Support
Emap
HW accel Decoding
MJPEG/MPEG4/H264/H265 support
Linux(ARM X64 X86) Windows MacOS(Coming sonn)support
RTSP over SSL(HTTPS)
RTSP Server/RTMP Server/HLS Server

License

  • Licensing: dual licensed as open source Affero GPL and commercial-use license (available for purchase).

Learn More for License

Buy

For more guide http://veyesys.com/

Mail : [email protected]

Skype : [email protected]

QQ : 2104915834

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].