Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Add missing instructions in doc (#93)
Browse files Browse the repository at this point in the history
* Add missing instructions in doc

* Machine description on doc
  • Loading branch information
starwarfan authored and Xiande committed Apr 4, 2019
1 parent aaa1147 commit 3254425
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/servermd/Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you want to set up video conference service with H.264 codec support powered

If you want to set up video conference service with SVT-HEVC Encoder on Ubuntu 18.04 LTS. See [Deploy SVT-HEVC Encoder Library](#Conferencesection2_3_6) section for more details.

If you want to set up video conference service powered by GPU-accelerated OWT server through Intel® Media SDK, please follow the below instructions to install server side SDK on CentOS* 7.6 where the video-agents run.
If you want to set up video conference service powered by GPU-accelerated OWT server through Intel® Media SDK, please follow the below instructions to install server side SDK where the video-agents run.

If you are working on the following platforms with the integrated graphics, please install Intel® Media SDK. The current release is fully tested on MediaSDK 2018 Q4(https://github.com/Intel-Media-SDK/MediaSDK/releases/tag/intel-mediasdk-18.4.0).

Expand Down Expand Up @@ -459,6 +459,11 @@ To stop the OWT server cluster, follow these steps:
cd Release-<Version>/
bin/daemon.sh stop [portal/conference-agent/webrtc-agent/streaming-agent/audio-agent/video-agent/recording-agent/analytics-agent/sip-agent/sip-portal]

4. Run the following commands on management-console machine to stop the management-console:

cd Release-<Version>/
bin/daemon.sh stop management-console

### 2.4 OWT Server cluster’s fault tolerance / resilience {#Conferencesection2_4}

Open WebRTC Toolkit server provides built-in fault tolerance / resilience support for its key components, as Table 2-6 shows.
Expand Down

0 comments on commit 3254425

Please sign in to comment.