From 031bfe33e2155f758e34fa3b5ac70d29da8f5125 Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Sat, 22 May 2021 16:22:45 -0700 Subject: [PATCH] added syntax highlighting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e0cf0a..78d61df 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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": {