Skip to content

Commit

Permalink
Example config file added
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Dec 16, 2019
1 parent 3f7af7e commit 03eeb9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First one is for (load) testing Livepeer Broadcaster and second one was develope

If name of the file to stream is not specified, then default one - `official_test_source_2s_keys_24pfs.mp4` is used. It should be placed in the same directory as Stream Tester. Can be downloaded from [here](https://storage.googleapis.com/lp_testharness_assets/official_test_source_2s_keys_24pfs.mp4).

All options can be put into config file and used like `./streamtester -config stream.cfg`
All options can be put into config file and used like `./streamtester -config local.cfg`

### Load testing mode

Expand All @@ -37,7 +37,7 @@ Params:
- `-latency` Measure transcoding latency
- `-time` Time to stream streams (40s, 4m, 24h45m). Not compatible with repeat option

### Livepeer-Wowza testing mode
### Infinite stream testing mode
In this mode streaming is stopped only on error, so it will be infinite if transcoding is done ideally.

Errors can be reported to Discord.
Expand Down
9 changes: 9 additions & 0 deletions local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
profiles 3
sim 3
host localhost
rtmp 1935
media 8935
time 40s
latency
no-bar
ignore-no-codec-error

0 comments on commit 03eeb9d

Please sign in to comment.