Browse Source

update readme

pull/169/head
aler9 5 years ago
parent
commit
26c5c3eb7a
  1. 6
      README.md

6
README.md

@ -124,7 +124,7 @@ paths: @@ -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 @@ -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: @@ -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:

Loading…
Cancel
Save