Skip to content

chris1705/motion-rtsp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

motion-rtsp-docker

Introduction

motion-rtsp-docker provides a container for motionEye, a web-based front-end for motion with support for the Real-Time Streaming Protocol (rtsp).

Installation

To run motionEye on port 8000 you just need to do the following

git clone https://github.com/chris1705/motion-rtsp-docker.git
cd ./motion-rtsp-docker
docker build -t motion-rtsp-docker .
docker run -d -p 8000:8765 motion-rtsp-docker 

Known issues

  • No support for mounting storage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published