Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Quaggajs | 4,218 | 126 | 34 | 2 years ago | 41 | June 07, 2017 | 207 | mit | JavaScript | |
An advanced barcode-scanner written in JavaScript | ||||||||||
Restreamer | 2,792 | a month ago | 47 | apache-2.0 | HTML | |||||
The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server. | ||||||||||
Rtmp Rtsp Stream Client Java | 1,980 | 2 months ago | 190 | apache-2.0 | Java | |||||
Library to stream in rtmp and rtsp for Android. All code in Java | ||||||||||
React Webcam | 1,427 | 251 | 62 | 4 days ago | 63 | April 05, 2022 | 43 | mit | TypeScript | |
Webcam component | ||||||||||
Ascii Camera | 1,074 | 3 years ago | 1 | mit | JavaScript | |||||
Real-time ASCII representation of your webcam video stream, using the getUserMedia API. | ||||||||||
Homebridge Camera Ffmpeg | 995 | 7 | 17 | 3 months ago | 202 | December 28, 2021 | 36 | apache-2.0 | TypeScript | |
Homebridge Plugin Providing FFmpeg-based Camera Support | ||||||||||
Viseron | 967 | 12 days ago | 63 | mit | Python | |||||
Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor. | ||||||||||
Moonfire Nvr | 830 | 4 months ago | 55 | other | Rust | |||||
Moonfire NVR, a security camera network video recorder | ||||||||||
Hkcam | 817 | 25 days ago | 4 | February 16, 2022 | 27 | apache-2.0 | Go | |||
Open-Source HomeKit Surveillance Camera | ||||||||||
Neolink | 706 | 8 days ago | 80 | agpl-3.0 | Rust | |||||
An RTSP bridge to Reolink IP cameras |
Simply run it and provide it the RTSP stream URL as a parameter. Depending on your network speed and the camera you're trying to shutdown, it might work sooner or later, or might not work.
Here is how to install camerattack on your machine.
go
(> 1.10
)Make sure you installed the dependencies, and that you have Go modules enabled (GO111MODULE=on
).
export GO111MODULE=on
(unless it's already on or you are using go > 1.12
)go get github.com/ullaakut/camerattack
cd $GOPATH/src/github.com/ullaakut/camerattack
go install
The camerattack
binary is now in your $GOPATH/bin
ready to be used.
It simply does lots of requests really quickly on the device, hoping that it will crash because of a memory leak or some mistakes in its firmware's code.