Update README.md
This commit is contained in:
parent
ef0d09c013
commit
f5253f6afe
1 changed files with 5 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue