You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
In interactive mode, you need type "yes" to continue installation several times and in non-interactive, the installation continues automatically.
19
19
20
20
## How to build release package
21
21
22
22
### Requirements
23
-
The media server can be built on following platforms:
23
+
The media server can be built on the following platforms:
24
24
1. Ubuntu 18.04
25
25
2. CentOS 7.6
26
26
@@ -34,17 +34,17 @@ The ${webrtc-javascript-sdk-sample-conference-dist} is built from owt-javascript
34
34
If "--archive ${name}" option is appended to the pack command, a "Release-${name}.tgz" file will be generated in root folder. For other options, run the scripts with "--help" option.
35
35
36
36
## Quick Start
37
-
In the repository root, run following commands to start media server on single machine:
37
+
In the repository root, run the following commands to start the media server on a single machine:
38
38
1.`./bin/init-all.sh --deps`
39
39
2.`./bin/start-all.sh`
40
40
3. Open https://localhost:3004 to visit the web sample page. Due to the test certificate, you may need confirm this unsafe access.
41
41
42
42
## Where to find API documents
43
-
See "doc/servermd/Server.md" and "doc/servermd/RESTAPI.md".
43
+
See [doc/servermd/Server.md](doc/servermd/Server.md) and [doc/servermd/RESTAPI.md](doc/servermd/RESTAPI.md).
44
44
45
45
## Build a Docker image with your app
46
46
Run the build_server.sh script located in docker/conference. It has one required flag, -p, which should contain the filepath of your app. Optional flags are -i for the final Docker image name, and -n
47
-
which will make the Docker build run with --no-cache. An example usecase..
47
+
which will make the Docker build run with --no-cache. An example usecase:
@@ -53,8 +53,7 @@ which will make the Docker build run with --no-cache. An example usecase..
53
53
We warmly welcome community contributions to Open WebRTC Toolkit Media Server repository. If you are willing to contribute your features and ideas to OWT, follow the process below:
54
54
- Make sure your patch will not break anything, including all the build and tests
55
55
- Submit a pull request onto https://github.com/open-webrtc-toolkit/owt-server/pulls
56
-
- Watch your patch for review comments if any, until it is accepted and merged
57
-
OWT project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.
56
+
- Watch your patch for review comments, if any, until it is accepted and merged. The OWT project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.
0 commit comments