Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK committed Jun 21, 2020
1 parent b3736f6 commit 9156589
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,16 @@ git clone https://github.com/KnugiHK/rtmplite3.git
# Install from pip
pip install rtmplite3
```
**There are multiple methods for you to run the RTMP server directly**

Typically, an application can launch this server as follows if you clone this repo instead of install from pip:
1. If you install the latest version (0.2.5) from pip, you can now start the RTMP server with the following methods:
```Shell
$ rtmplite3 -d #or
$ python -m rtmplite3 -d
```

2. Typically, an application can launch this server as follows if you clone this repo instead of install from pip:
```Shell
$ python rtmp.py -d
```
The -d option enables debug trace so you know what is happening in the server.
Expand All @@ -68,7 +75,7 @@ $ python rtmp.py -h
```
For your convenience, this repo also provide you a single executable. You may want to check out our [release page](https://github.com/KnugiHK/rtmplite3/releases).

And here is how to use the executable
3. And here is how to use the executable
```Shell
# in Linux
$ chmod +x rtmp-Linux
Expand Down

0 comments on commit 9156589

Please sign in to comment.