Skip to content

Commit

Permalink
fix SRT URL in README by replacing 'publish' with 'read' (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Nov 2, 2023
1 parent 8702386 commit 42afc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 42afc8d

Please sign in to comment.