1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00

update v4l2rtspserver

This commit is contained in:
kevin 2024-07-28 13:51:32 +08:00
parent 05208d65ef
commit cb593d0f92

View File

@ -6,6 +6,7 @@ v4l2rtspserver
## up and running
```bash
$ v4l2-ctl -d /dev/video0 --list-formats-ext --info
$ docker-compose up -d
$ vlc --network-caching=50 --rtsp-tcp rtsp://127.0.0.1/live
$ ffmpeg -rtsp_transport tcp -i rtsp://127.0.0.1/live -acodec copy -vcodec copy -t 60 cctv.mp4