An open API service indexing awesome lists of open source software.

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

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