This setup provides a simple RTSP server streaming a local test.mp4 on loop via FFmpeg. It is useful for quickly testing or demoing RTSP clients.
- Docker
- Docker Compose (v2 or later recommended)
-
Clone or download this repository.
-
Place your
test.mp4file in the same directory (ensure the file is present before running the server). -
Run the services:
docker-compose up --build
-
View the stream in a player (e.g., VLC) using the following RTSP URL:
rtsp://localhost:8554/mystream