Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple docker image to grab snapshot from a RTSP stream.

License

NotificationsYou must be signed in to change notification settings

Thom-x/rtsp-snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusGitHub

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 useSemVer for versioning. For the versions available, see thetags on this repository.

License

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


[8]ページ先頭

©2009-2025 Movatter.jp