Thom-x / rtsp-snapshot

Simple docker image to grab snapshot from a RTSP stream.

Home Page:https://hub.docker.com/repository/docker/thomx/rtsp-snapshot

Repository from Github https://github.comThom-x/rtsp-snapshotRepository from Github https://github.comThom-x/rtsp-snapshot

RTSP Snapshot

Build Status GitHub

Simple docker image to grab snapshot from a RTSP stream.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

Run the image

docker run -v "/path/to/snapshot/on/host:/var/www/localhost/htdocs/snapshots" -e URL=rtsp://192.168.1.63/unicast -p 80:80 thomx/rtsp-snapshot

Take a snapshot :

http://localhost/snapshot.cgi

List snapshots :

http://localhost/snapshots

Environment Variables

  • URL - URL of the stream to grap snapshot from

Volumes

  • /var/www/localhost/htdocs/snapshots - Snapshot folder location

Built With

  • mini_httpd 1.23-r1
  • ffmpeg 2.8.11-r0

Find Me

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Simple docker image to grab snapshot from a RTSP stream.

https://hub.docker.com/repository/docker/thomx/rtsp-snapshot

License:MIT License


Languages

Language:Dockerfile 52.5%Language:Shell 47.5%