Skip to content

Commit

Permalink
Merge branch 'release/18.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 29, 2018
2 parents 3398d53 + d2c9ecb commit 82f7005
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

## develop

## 18.10.0

**18.10.0-rc4 から変更なし**

## 18.10.0-rc4

- [ADD] 4K の配信にに対応する
- armv6, armv7 にも対応はしているが、現時点で Raspberry Pi で配信はマシンパワー不足のためできない

Expand Down
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD_NUMBER=$(shell date +"%Y%m%d%H%M%S")
WEBRTC_VERSION=70
MOMO_VERSION=18.10.0-rc4
MOMO_VERSION=18.10.0

TARGET=$@

Expand Down
8 changes: 8 additions & 0 deletions doc/USE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ $ sudo apt-get install libx11-dev libnss3 libxext6
$ sudo apt-get install libx11-6 libxau6 libxdmcp6 libxcb1 libnspr4 libexpat1 libasound2
```

## 注意

### 4K を利用する場合

- 4K を利用可能なのは現時点で x86_64 のみです
- arm 系でも指定はできるようになっていますが、マシンリソースが足らず動作しません
- ロジクールの BRIO 4K 動作確認しています

## 利用方法

Momo はモードを 2 つ持っています。一つが P2P モードで Momo 自体がシグナリングサーバの機能も持つモードです。
Expand Down

0 comments on commit 82f7005

Please sign in to comment.