Skip to content

Commit

Permalink
added syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath authored May 22, 2021
1 parent 94551f5 commit 031bfe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ The instructions here assume you are running on Linux. With some modification of

The first step is to build the docker file. After you clone this repository, `cd` into and and issue:

```
```sh
docker build -t multistreaming-server ./multistreaming-server/
```

Once built, start the docker image on a host that has sufficient bandwidth to handle all the rebroadcasting you will do:

```
```sh
docker run -it -p 80:80 -p 1935:1935 \
--env MULTISTREAMING_PASSWORD=__made_up_password__ \
-v /path/to/my-rtmp-config.json:/rtmp-configuration.json \
Expand Down Expand Up @@ -52,7 +52,7 @@ You must also create and JSON file with the RTMP rebroadcasting configuration yo


Here is an example of the JSON configuration file:
```
```json
{
"endpoint": "live",
"transcodeProfiles": {
Expand Down

0 comments on commit 031bfe3

Please sign in to comment.