Skip to content

Commit

Permalink
updated readme with --help
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydenElliott committed Sep 18, 2023
1 parent f980199 commit e130aa7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# RTSP replay server

RTSP replay server exmaple mirrored from [gst-rtsp-server](https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server).
[gst-rtsp-server](https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server) replay loop example fork with added port and mount point parsing.

## Todo
- ratelimit output options

```bash
Usage:
rtsp-replay-server [OPTION?] RTSP Replay Server

Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gst Show GStreamer Options

Application Options:
--uri uri or file to stream (required)
--num-loops The number of loops (default = -1, infinite)
--port port to serve on (default = '8554')
--mount mount point of server (default = '/test')

```


Ratelimit output option to be added in the future
Binary file removed rtsp-replay-server
Binary file not shown.

0 comments on commit e130aa7

Please sign in to comment.