From a785cc68287dad06fb053fe4e8ae7e6a20eba301 Mon Sep 17 00:00:00 2001 From: Chinmay Pendharkar Date: Wed, 28 Oct 2020 22:18:50 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index beb0124..97d48ac 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ It should be accessible over UART2 pins (see pinout on wiki) or SSH. - https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/subdev-formats.html Streaming via rtmp: + +Run a RTMP server on a machine on the network (assuming at 192.168.1.200). + +On pinecube ```shell $ media-ctl --set-v4l2 '"ov5640 1-003c":0[fmt:UYVY8_2X8/640x480@1/15]' $ ffmpeg -s 640x480 -r 15 -i /dev/video0 -vcodec flv -f flv rtmp://192.168.1.200/live/pinecube