Gstreamer-Timelapse-RTSP-Server

Utility for serving a timelapse over RTSP


Licenses
GPL-3.0/GPL-3.0+
Install
pip install Gstreamer-Timelapse-RTSP-Server==0.0.1.post1

Documentation

gst-timelapse-rtsp-server

Serves an RTSP stream of a timelapse obtained from static images.

Basic Usage

Start a server as follows, where "path to folder" is the path to a folder containing the images you want to use in the timelapse stream:

from GstTimelapseRtspServer.Servers import GstTimelapseServer


gts = GstTimelapseServer("path to folder")

gts.run()

play the stream:

ffplay rtsp://localhost:9994/timelapse