Serves an RTSP stream of a timelapse obtained from static images.
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