No description
Find a file
Jesper Saastamoinen fbfcfd3b7d Updated config
2025-07-26 15:12:38 +02:00
config Updated config 2025-07-26 15:12:38 +02:00
mediamtx Added start_stream.sh 2025-07-26 14:12:06 +01:00
.gitignore init 2025-07-25 12:46:32 +02:00
docker-compose.yaml init 2025-07-25 12:46:32 +02:00
README.md Update README.md 2025-07-26 14:38:38 +02:00

Start Mediamtx

  • cd mediamtx/rpi
  • docker compose up

Start the stream

  • ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 -f rtsp -rtsp_transport tcp rtsp://localhost:554/mystream

Get /dev/videoX devices:

  • v4l2-ctl --list-devices
  • v4l2-ctl --list-formats to see available formats