Skip to content

Instantly share code, notes, and snippets.

View wlinInspire's full-sized avatar
🏠
Working from home

Wei Lin wlinInspire

🏠
Working from home
View GitHub Profile
@zougloub
zougloub / dvr.py
Last active May 13, 2023 07:58
Tiny DVR for RTSP/H264 cameras
#!/usr/bin/env python
# -*- coding:utf-8 vi:noet
# RTSP/H264 simple camera DVR
__author__ = "Jérôme Carretero <cJ-tub@zougloub.eu>"
__license__ = "MIT"
import sys, io, os, re, time, datetime
import gi