Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atyenoria committed May 5, 2017
1 parent 1df4798 commit 760776e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This is a docker image for Janus Webrtc Gateway. Janus Gateway is still under ac
- openresty 1.11.2.3
- golang 1.7.5 for building boringssl
- compile with the latest ref count branch for memory racing condition crash
- compile with only videoroom, audiobridge plugin
- compile with only videoroom, audiobridge, streaming plugin
- not compile datachannel
- boringssl for performance and handshake error
- nginx-rtmp-module and ffmpeg compile for MCU functionalilty experiment. For example, WEBRTC-HLS, DASH, RTMP...etc
- use --net=host for network performance. If you use docker network, some overhead might appear (ref. https://hub.docker.com/_/consul/)
Expand Down Expand Up @@ -95,11 +96,6 @@ server {
add_header Cache-Control no-cache;
}
}
```

0 comments on commit 760776e

Please sign in to comment.