Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed May 15, 2021
1 parent a9a6c7e commit 3e64ed3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use ffplay to play rtmp live stream:

The configuration file is as follows (now only test on local machine):

Service 1 configuration file named config.toml:
The configuration file of Service 1 named config.toml:

[rtmp]
enabled = true
Expand All @@ -66,7 +66,7 @@ Service 1 configuration file named config.toml:
address = "localhost"
port = 1936

Service 2 configuration file named config_push.toml:
The configuration file of Service 2 named config_push.toml:

[rtmp]
enabled = true
Expand All @@ -89,14 +89,14 @@ Use Obs to push live stream to service 1, then the stream can be pushed to servi

The configuration file is as follows (now only test on local machine):

Service 1 configuration file named config.toml:
The configuration file of Service 1 named config.toml:

[rtmp]
enabled = true
port = 1935


Service 2 configuration file named config_pull.toml:
The configuration file of Service 2 named config_pull.toml:

[rtmp]
enabled = true
Expand Down

0 comments on commit 3e64ed3

Please sign in to comment.