update readme

This commit is contained in:
aler9 2020-09-19 17:54:55 +02:00
parent 3b79f6beb4
commit b7bc28464b
1 changed files with 1 additions and 3 deletions

View File

@ -132,9 +132,7 @@ The command inserted into `runOnDemand` will start only when a client requests t
### Remuxing, re-encoding, compression ### Remuxing, re-encoding, compression
_rtsp-simple-server_ is an RTSP server: it publishes existing streams and does not touch them. It is not a media server, that is a far more complex and heavy software that can receive existing streams, re-encode them and publish them. To change the format, codec or compression of a stream, you must use _FFmpeg_ or _Gstreamer_ together with _rtsp-simple-server_. For instance, to re-encode an existing stream, that is available in the `/original` path, and publish the resulting stream in the `/compressed` path, edit `rtsp-simple-server.yml` and replace everything inside section `paths` with the following content:
To change the format, codec or compression of a stream, you can use _FFmpeg_ or _Gstreamer_ together with _rtsp-simple-server_, obtaining the same features of a media server. For instance, to re-encode an existing stream, that is available in the `/original` path, and publish the resulting stream in the `/compressed` path, edit `rtsp-simple-server.yml` and replace everything inside section `paths` with the following content:
```yaml ```yaml
paths: paths:
all: all: