Update README.md

This commit is contained in:
Yeahsper 2025-07-26 14:38:38 +02:00
parent ef0d09c013
commit f5253f6afe

View file

@ -1,9 +1,10 @@
# Start Mediamtx
cd mediamtx/rpi
docker compose up
- 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
- 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-devices
- v4l2-ctl --list-formats to see available formats