From 27485318d33f1954bde8d5374217c859f11e7d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 12 May 2019 00:34:35 +0300 Subject: [PATCH] Fix README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d612190..bc4c90e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ To stream from h264 hardware encoder accelerated USB webcam: - gst-launch-1.0 -v v4l2src device=/dev/video2 \ +```bash +gst-launch-1.0 -v v4l2src device=/dev/video2 \ ! capsfilter caps="video/x-h264, width=1280, height=720, framerate=20/1" \ ! rtph264pay config-interval=10 pt=96 \ ! udpsink host=1.2.3.4 port=5000 +``` Run server.py on 1.2.3.4