From 26c5c3eb7a419330db9e9b94b62c5f8de167f098 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 25 Nov 2020 10:04:32 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3cb1532..657a380a 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ paths: sourceOnDemand: yes ``` -### Serve a webcam +### Publish a webcam Edit `rtsp-simple-server.yml` and replace everything inside section `paths` with the following content: @@ -151,7 +151,7 @@ ffmpeg -list_devices true -f dshow -i dummy After starting the server, the webcam can be reached on `rtsp://localhost:8554/cam`. -### Serve a Raspberry Pi Camera +### Publish a Raspberry Pi Camera Install dependencies: @@ -174,7 +174,7 @@ paths: After starting the server, the webcam is available on `rtsp://localhost:8554/cam`. -### Output HLS +### Generate HLS Edit `rtsp-simple-server.yml` and replace everything inside section `paths` with the following content: