mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
11 lines
281 B
YAML
11 lines
281 B
YAML
client:
|
|
image: easypi/rtmp-client-arm
|
|
# command:
|
|
# - ffmpeg -i $$RTMP_DEV -video_size 800x600 -f flv $$RTMP_URI
|
|
devices:
|
|
- /dev/video0:/dev/video0
|
|
environment:
|
|
# - RTMP_DEV=rtsp://192.168.42.1/live
|
|
- RTMP_URI=rtmp://cctv.easypi.info/live/webcam
|
|
restart: always
|