DigiEye's streams cant be played

Max

Administrator
Staff member
We're testing the fix. Perhaps it will be released next week. Please be patient.
 

fercospos

New Member
Hello Max! May we have a time estimate for the new version? I have a lot of patience, but the client does not stop urging and I need to give them any updates. Thanks!
 

Max

Administrator
Staff member
We fixed the issue in build 5.2.1988. Please update and set the following parameter:
Code:
jitter_buffer_strictness=TOLERANT
The stream should play.
Please also check if the green flickering occurs with this build and setting.
 

fercospos

New Member
Thanks for the notification Max.

We can't update online because the server is on an isolated network, may we get a way to install offline?

Thanks and best regards,
 

Max

Administrator
Staff member
We can't update online because the server is on an isolated network, may we get a way to install offline?
Please do the following:
1. Download the WCS installastion archive here: 5.2.1988
2. Place the archive to the server
3. Unpack the archive
Code:
tar -xvzf FlashphonerWebCallServer-5.2.1988.tar.gz
4. Stop WCS
Code:
sudo systemctl stop webcallserver
5. Launch the installation script
Code:
cd FlashphonerWebCallServer-5.2.1988
sudo ./install.sh
The script will update the current installation on the server
6. Start WCS
Code:
sudo systemctl start webcallserver
 
Top