https://github.com/hollowman6/building-cctv
Here is my solution to broadcast your camera through the Internet 1.with RSTP using ffserver and ffmpeg. 2. using opencv to recognize faces and send to the other place with a picture.(1.ffmpeg+ffserver实现摄像头的RSTP流直播 2.OpenCV智能识别人脸并截图转发)
https://github.com/hollowman6/building-cctv
camera cctv ffmpeg ffserver opencv rstp
Last synced: 12 months ago
JSON representation
Here is my solution to broadcast your camera through the Internet 1.with RSTP using ffserver and ffmpeg. 2. using opencv to recognize faces and send to the other place with a picture.(1.ffmpeg+ffserver实现摄像头的RSTP流直播 2.OpenCV智能识别人脸并截图转发)
- Host: GitHub
- URL: https://github.com/hollowman6/building-cctv
- Owner: HollowMan6
- License: mit
- Created: 2019-05-19T15:15:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T12:17:09.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:38:13.766Z (about 1 year ago)
- Topics: camera, cctv, ffmpeg, ffserver, opencv, rstp
- Language: Python
- Homepage: https://trac.ffmpeg.org/wiki
- Size: 17 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 远程局域网内网络实时监控解决方案
[](../../graphs/commit-activity)

[](https://github.com/HollowMan6?tab=followers)
[](../../watchers)
[](../../stargazers)
[](../../network/members)
[](https://hollowman6.github.io/fund.html)
[](https://opensource.org/licenses/mit-license.php)
[](../../archive/master.zip)
[](https://lgtm.com/projects/g/HollowMan6/Building-CCTV/alerts/)
[](https://lgtm.com/projects/g/HollowMan6/Building-CCTV/context:python)
(此项目是[兰客社人脸识别门禁系统比赛](https://github.com/HollowMan6/Lanck-Face-Recognition-Lock-Competition-Backend-Code)的一个子项目)
以下是我搭建局域网内网络实时监控的两种解决方案:
* 1. [ffmpeg+ffserver实现摄像头的RSTP流直播](./Building-CCTV-With-RSTP-Stream-Using-ffsever) .
* 2. [OpenCV智能识别人脸并截图转发](./Building-CCTV-With-OpenCV-Face-Recognition-Sending-Pictures) .
# Building CCTV
(This Repository is a sub-Repository for [Lanck Face Recognition Lock Competition](https://github.com/HollowMan6/Lanck-Face-Recognition-Lock-Competition-Backend-Code))
Here is my solution to broadcast your camera through the Internet:
* 1. [with RSTP using ffserver and ffmpeg](./Building-CCTV-With-RSTP-Stream-Using-ffsever).
* 2. [using OpenCV to recognize faces and send to the other place with a picture](./Building-CCTV-With-OpenCV-Face-Recognition-Sending-Pictures).