mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
.. | ||
arm | ||
docker-compose.yml | ||
README.md |
v4l2rtspserver
v4l2rtspserver is a RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9.
up and running
$ docker-compose up -d
$ vlc 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