1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00

update v4l2rtspserver

This commit is contained in:
kevin 2024-04-13 10:00:49 +08:00
parent 1e5a753aa3
commit 4137379d77

View File

@ -7,7 +7,7 @@ v4l2rtspserver
```bash
$ docker-compose up -d
$ vlc rtsp://127.0.0.1/live
$ 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
$ vlc cctv.mp4
```