From e8f25d8d00e3acb832ddbfc00f9ab8ad9f4005c7 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 3 Apr 2021 22:12:18 +0200 Subject: [PATCH] fix raspberry camera pipeline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28cb576d..6c8dbe8f 100644 --- a/README.md +++ b/README.md @@ -363,11 +363,11 @@ Then edit `rtsp-simple-server.yml` and replace everything inside section `paths` ```yml paths: cam: - runOnInit: gst-launch-1.0 rpicamsrc preview=false bitrate=2000000 keyframe-interval=50 ! video/x-h264,width=1920,height=1080,framerate=25/1 ! rtspclientsink location=rtsp://localhost:$RTSP_PORT/$RTSP_PATH + runOnInit: gst-launch-1.0 rpicamsrc preview=false bitrate=2000000 keyframe-interval=50 ! video/x-h264,width=1920,height=1080,framerate=25/1 ! h264parse ! rtspclientsink location=rtsp://localhost:$RTSP_PORT/$RTSP_PATH runOnInitRestart: yes ``` -After starting the server, the webcam is available on `rtsp://localhost:8554/cam`. +After starting the server, the camera is available on `rtsp://localhost:8554/cam`. ### Convert streams to HLS