Browse Source

fix SRT URL in example by replacing 'publish' with 'read'

pull/2628/head
Ralf S. Engelschall 2 years ago
parent
commit
a62b4e9f05
  1. 2
      README.md

2
README.md

@ -848,7 +848,7 @@ Replace `mystream` with the path name. @@ -848,7 +848,7 @@ Replace `mystream` with the path name.
If credentials are enabled, append username and password to `streamid`;
```
srt://localhost:8890?streamid=publish:mystream:user:pass
srt://localhost:8890?streamid=read:mystream:user:pass
```
Known clients that can read with SRT are [FFmpeg](#ffmpeg-1), [GStreamer](#gstreamer-1) and [VLC](#vlc).

Loading…
Cancel
Save