Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Install wget

Code Block
themeRDark
sudo yum install wget

4. Install java

Code Block
languagebash
themeRDark
sudo yum install java

5. Install epel-release and haveged

Code Block
languagebash
themeRDark
yum install epel-release
yum install haveged
haveged chkonfig on
haveged

6. Download the installation package of last stable WebCallServer version from this page, for example:

Code Block
languagebash
themeRDark
wget https://flashphoner.com/downloads/builds/WCS/5.12/FlashphonerWebCallServer-5.12.xxxx.tar.gz

Where xxxx is build number of last stable WebCallServer version

76. Install WCS:

Code Block
languagebash
themeRDark
tar -xvzf FlashphonerWebCallServer-5.12.xxxx.tar.gz
cd FlashphonerWebCallServer-5.12.xxxx
sudo ./install.sh

Where FlashphonerWebCallServer-5.12.xxxx.tar.gz is the downloaded on step 6 file name.

...

Code Block
languagebash
themeRDark
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./activation.sh

9. Configure the firewall of the server and NAT (if available):

Type

Protocol

Port Range

Source

Custom UDP Rule

UDP

30000-33000

0.0.0.0/0

Custom TCP Rule

TCP

88888444

0.0.0.0/0

Custom TCP Rule

TCP

8443

0.0.0.0/0

Custom TCP Rule

TCP

30000-33000

0.0.0.0/0

Custom TCP Rule

TCP

1935

0.0.0.0/0

...

Code Block
languagejs
themeRDark
servicesudo webcallserversystemctl start webcallserver

11. Open the link https://yourserver:88888444/ in a browser and confirm the security exception, set a password for the admin user.

12. Login to the WCS web interface (user admin, password admin):

Image Removed

...


Excerpt

Image Added

After successful authorization, WCS web interface with the Embed Player application opens

...

Image Added

Select "Two-Way Streaming". The corresponding web application opens:

...

Image Added

Click the Connect button, then the Publish button to verify stream publishing from a web camera.

...

Image Added
Click Play to check if the stream is played from the server

...

Image Added


If all steps were successful, WebCallServer is installed and is ready to work.