Skip to content

Commit

Permalink
Merge branch 'release/18.12.0' of github.com:shiguredo/momo into rele…
Browse files Browse the repository at this point in the history
…ase/18.12.0
  • Loading branch information
Hexa committed Dec 25, 2018
2 parents fe8cff6 + 9f4a082 commit 77a39d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/USE.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ WebRTC Native Client Momo version 18.12.0
### P2P で動作を確認する

```shell
$ momo --no-audio --video-codec H264 --video-bitrate 800 \
$ momo --no-audio --video-codec VP8 --video-bitrate 800 \
p2p --port 8080
```

Expand Down Expand Up @@ -121,7 +121,7 @@ Options:
--no-video ビデオを表示しない
--no-audio オーディオを出さない
--video-codec STR in [VP8,VP9,H264]
ビデオコーデック
ビデオコーデック
--audio-codec STR in [OPUS,PCMU]
オーディオコーデック
--video-bitrate INT in [1 - 30000]
Expand Down Expand Up @@ -157,7 +157,7 @@ Options:


```
$ ./momo --no-audio --video-codec H264 --video-bitrate 1500 \
$ ./momo --no-audio --video-codec VP8 --video-bitrate 1500 \
p2p --port 8080
```

Expand Down

0 comments on commit 77a39d6

Please sign in to comment.