https://github.com/aks-arise1600/webcam2rtsp
Webcam/USBcam stream convert as RTSP stream
https://github.com/aks-arise1600/webcam2rtsp
cpp gstreamer rtsp rtsp-server webcam
Last synced: 11 months ago
JSON representation
Webcam/USBcam stream convert as RTSP stream
- Host: GitHub
- URL: https://github.com/aks-arise1600/webcam2rtsp
- Owner: aks-arise1600
- License: bsd-3-clause
- Created: 2025-05-23T06:47:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T07:19:32.000Z (about 1 year ago)
- Last Synced: 2025-06-27T07:42:53.121Z (about 1 year ago)
- Topics: cpp, gstreamer, rtsp, rtsp-server, webcam
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webCam2RTSP
Webcam/USBcam stream convert as RTSP stream. This is a simple rtsp sever that streaming web-cam or usb-cam.
## Dependencies
1. [Gstreamer](https://gstreamer.freedesktop.org/)
## Qmake build
git clone https://github.com/aks-arise1600/webCam2RTSP.git
mkdir qbuild && cd qbuild
qmake ..
make
## Cmake build
git clone https://github.com/aks-arise1600/webCam2RTSP.git
mkdir cbuild && cd cbuild
cmake ..
make