Stream failure after 60 seconds on chrome

Dani

Member
We've noticed on 3 different computers something new from today -
the session is disconnected after 60 seconds, only from chrome.
I will update this post with versions for chrom, websdk and wc server in a few min
 

Dani

Member
Server Version: FlashphonerWebCallServer-5.2.175-ddf5396db023f3126e2f6b1111374a72c018e101
Chrome version: 75.0.3770.142
SDK: from Jul 4 (not sure how to tell the version) :
-rw-r--r-- 1 root root 760626 Jul 4 23:55 flashphoner.min.js
possible:
0.5.28.2753-1c0a059d8f93408a1179ecc184b143fa6c74c027
 

Max

Administrator
Staff member
Good day.
First of all, upgrade the WCS version to the latest (some problems with WebRTC have been resolved)
You can update WCS manually:
1. Download the latest release build:
Code:
wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.267.tar.gz
2. Unpack a tar.gz file:
Code:
tar xvfz FlashphonerWebCallServer-5.2.267.tar.gz
3. And update:
Code:
 cd FlashphonerWebCallServer-5.2.267 && ./install.sh
 

Dani

Member
does the client2 folder need to be updated / changed as the web server has the older version (0.5.28.2753-1c0a059d8f93408a1179ecc184b143fa6c74c027) being severed to the clients.
do I need to updeate the websdk files on the web server ?
also - there is 2 files with the same hash:
Which one belong to this version ?

0.5.28.2753.112

29 Jul 2019

WCS-2192 | Fixed: MSE: cannot read pts of undefined

155fd22204126ad44418ad42c7d26986f6d27cc6

0.5.28.2753.110

19 Jul 2019

WCS-2160 | Fixed: iOS Safari, WebRTC: no audio on first playback

155fd22204126ad44418ad42c7d26986f6d27cc6
 

Max

Administrator
Staff member
You need to install the latest WCS release, it contains the latest version of the WebSDK.
The files in the {WCS home}/conf directory will be saved, but the files in the {WCS home}/client2 folder will be replacements (save them if need).
After you upgrade WCS, update to the new version will be available on command:
Code:
{WCS home}/bin/webcallserver update
 

Dani

Member
This update is VERY BAD.
Works on the desktop (firefox) and android but on iphone the picture is just frozen. the stream is live but there is no movement and no sound.
we had to revert to the previous version.
 

Max

Administrator
Staff member
Good day.
We cannot reproduce iPhone playback freeze in iOS 12.2, so please clarify what iOS version do you use?
Also please collect logs as described here. Note that in build 5.2.267 you can use a special script to gather logs collected. Send logs to support@flashphoner.com, we will check.
 
Top