Skip to content

Bugswriter/ffmagic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple DVR system I made for fun.

Installation

python -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py

Visit - http://127.0.0.1:8000 for UI.

About this project.

In my previous company I was working with RTSP streams. While working on it, I got interested and decided to write this project. My objective was simple. Make a API for storing RTSP streams in backend servers. Also manage it. I used async multiprocessing to spawn a new process for each RTSP stream. It's very simple but useful.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages