Search results for query: dtls

  1. J

    Embed Player Problems

    Hello Max, I installed latest version, and did what you suggested, but there is a problem, after the installation and access to the *.*.*.*:8444 it don't ask me for admin password, and I will need admin access to configure certificates. It only asked about the license number... BTW admin admin...
  2. Max

    Embed Player Problems

    According to screenshot in this post, your server uses DTLS 1.0 while establishing WebRTC connection. This protocol is fully removed from Chrome 87. So we recommend to update WCS to latest build from this page to support DTLS 1.2 by default. If you're using REST hooks, please also check if your...
  3. J

    Embed Player Problems

    Hello, we ara a paramedic communication system what is a primary service during pandemic, and from Saturday we are unable to play live videos through Embed Player it said Failed all time, the same thing using JS API. it wont work on Chrome, on Windows 10.
  4. Max

    Unable to video stream on Chrome Browser Version 87.0.4280.66 (Official Build) beta (64-bit)

    According to your logs, you are using too old WCS build 5.2.115. This build uses DTLS 1.0 by default while establishing WebRTC connection. Latest Chrome builds (and Chromium based browsers too) does not support DTLS 1.0 at all. So we highly recommend to update at least to build 5.2.798 which is...
  5. E

    Unable to video stream on Chrome Browser Version 87.0.4280.66 (Official Build) beta (64-bit)

    Only showing black screen. web is receiving this msg with "Failed by DTLS error": { "message": "notifyStreamStatusEvent", "data": [ { "logger": { "name": "Stream", "debugEnabled": false, "traceEnabled": false...
  6. Max

    Playback of audio only stream is not working on latest build of Chrome 87

    ...Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36", The server uses client browser version to detect, what DTLS version (DTLS 1.2 by default is browser is not listed in dtls0_ua file) should be used to establish WebRTC connections. If none of browsers found...
  7. A

    Playback of audio only stream is not working on latest build of Chrome 87

    Hi, Our users are reporting after updating the chrome, our audio-only stream has stopped working. Getting connection error message "Failed by DTLS error" Any ideas? I have updated chrome on dev machine and its same error. Its quite urgent if you can help. Our server is running on 5.2.768...
  8. Max

    Rest hook validation on version 5.2.791 broken WebRTC in iPhone

    Good day. We checked the server. There is some issue with DTLS handshaking using DTLS 1.0 which appears if backend response does not contain all request fields. We raised the ticket WCS-2879 to prevent DTLS 1.0 usage by default in this case. As workaround, you should not only return custom...
  9. Max

    Rest hook validation on version 5.2.791 broken WebRTC in iPhone

    This means DTLS connection establishing error, usually due to port forwarding or blocking issues. We cannot see any traces of sending and receiving HTTP requests to and from backend in server logs. Please provide us SSH access to your staging server, we'll check the configuration and try to...
  10. M

    Rest hook validation on version 5.2.791 broken WebRTC in iPhone

    ...on or off The streamings do not work on Iphone with hook validation turned on (publish or play). At 2 way streaming demo, shows "Failed by DTLS error". What it means? The streamings just work on Iphone when we turn of hook validation with the disable_rest_requests=true option We simplified...
  11. Max

    Does WCS3 support latest chrome/firefox browser

    As we mentioned above, WCS3 supports only DTLS 1.0, which is not supported anymore in modern browsers. Therefore, WebRTC traffic is not transmitted between the browser and the WCS server, and there is no sound in SIP calls using WCS3 API. WCS5 supports DTLS 1.2, but API is significally changed...
  12. Max

    Does WCS3 support latest chrome/firefox browser

    No way, we do not support this version any more The best way is to download and install WCS5.2 from scratch, requesting a new trial license (which can be expanded to 180 days for development by request), then test it for your use case. Yes, you have to rework your application code. The actual...
  13. K

    Does WCS3 support latest chrome/firefox browser

    Thanks Max for your reply...... Is there any way for WCS3 to support DTLS......? How we can upgrade from WCS3 to WCS5.? Our application code is specific to WCS3.. do we also have to change our application code to support WCS 5.2? Waiting for kind response
  14. Max

    Does WCS3 support latest chrome/firefox browser

    Good day. The problem is TLS 1.0 support is dropped in most of latest browser builds. WCS 3 supports only DTLS 1.0 for WebRTC connections, so it will not work with latest browser builds any more. We recommend you to upgrade to WCS 5.2/ this is the only possible way to communicate perfectly with...
  15. K

    Does WCS3 support latest chrome/firefox browser

    Hi All We have an application built with Flashphoner WCS3(FlashphonerWebCallServer-3.0.1721) + Asterisk.. Call signalling work prefect but there is no audio after answer call. I also test with WCS demo client(WCS-client-3.0.519) Phone.html, PhoneJS.html, and Click2callJS.html with latest...
  16. Max

    iPhone publisher Failed by DTLS error

    Good day. In latest builds, there were some fixes in DTLS and ICE procedures in addition to IPv6 support. So please update to the build 5.2.673 and check.
  17. Max

    Unable to stream video from Pelco VideoXpert VMS

    We checked your report. There is camera RTP traffic in dump, but no any STUN or ICE traffic between playing client and server, just DTLS alert Certificate Unknown. Please check if valid SSL certificates are imported to WCS as described here, and playback is requsted by corresponding domain name.
  18. M

    iPhone publisher Failed by DTLS error

    Hello, We have updated the Flashphoner server to the build 5.2.631 and we started to see the error "Failed by DTLS error" when publishing via iOS version 13.4.1 - 13.5. Publishing via iOS 13.2 is working fine. We have used your demo application under Streamer and Stream Diagnostic tabs. Both...
  19. A

    Failed by DTLS error

    Hi Max, I tried what you said and removed the dtls0_ua file and restarted the server. Still I get the same error. Here's how my config folder looks now -
  20. Max

    Failed by DTLS error

    We checked your logs. Seems like you've set DTLS 1.0 explicitly for Android devices. Please remove dtls0_ua file or rename backup: mv -f dtls0_ua_bkp dtls0_ua then restart server.
Top