Unable to start updated version of WCS

Max

Administrator
Staff member
Hello

>Is there a new WCS release also required?
No. This fix is Web SDK only.

>will the video chat demo sample need any change?
You can track all changes on our github with comment #WCS-3445

1648217294843.png


Therefore you can see all affected files.
1) util.js
2) conference.js conference.html video-chat.html

See also updated docs:

>video chat demo sample need any change?
Yes. If you use video chat or conference sample, you have to update either Web SDK and sample files
 

Max

Administrator
Staff member
Hello

Works now. The demo server has been restarted. Please try again.
Please note. The demo server is under load. Anyone can test any feature on this server in parallel with your tests.

Video Chat uses the same script conference.js. It works too.

1648567282748.png
 

Arif Butt

Member
Hi there

Kindly assist on how to install WebSDK build 2.0.216 on running WCS, if we are copying this then the WCS giving a permission error on startup..

Thnx
AB
 

Max

Administrator
Staff member
Hello

Quick solution:
Code:
chown -R flashphoner:flashphoner /usr/local/FlashphonerWebCallServer/client2
Step-by-step:

1. Backup folder

/usr/local/FlashphonerWebCallServer/client2
This folder is old Web SDK content

2. Remove folder client2 and re-create empty folder client2

3. Download and unzip Web SDK

4. Copy content of folder websdk-2.0.216 to /usr/local/FlashphonerWebCallServer/client2

5. Make sure your folder client2 has flashphoner:flashphoner access rights

6. Set flashphoner:flashphoner rights for folder client2
chown -R flashphoner:flashphoner /usr/local/FlashphonerWebCallServer/client2

7. Make sure you have flashphoner:flashphoner access rights for folder client2

ls -la /usr/local/FlashphonerWebCallServer/client2

1649171608293.png
 

Arif Butt

Member
Hi there

We are facing the other remote side party's picture as attached file pic where as in every other webrtc software (google meet etc...) the remote side is coming OK, kindly assist

AB
 

Attachments

Max

Administrator
Staff member
Looks like codec issue. Try to test Media Devices example:

1. Publish stream
Media Devices

2. Play stream on the device where you got green video frame
Player

Then do the same with stripCodecs=H264

1. Publish stream
Media Devices
1649344764826.png


2. Play stream

Playback codec should be VP8.

H.264 may not be supported on some endpoints.
So we recommend to try VP8.

You can also change codec priority on server-side.
Changing order of codecs h264,vp8 in flashphoner.properties config
 
Top