Search results for query: dtls

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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.
  9. 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.
  10. 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...
  11. 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 -
  12. 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.
  13. A

    Failed by DTLS error

    Tried this and did not work. Could it be related to SSL as we use open SSL on our server. The TLS version is 1.2.
  14. Max

    WebRTC stream not publishing in Firefox

    Good day. Please collect a report as described here including traffic dump on server side, then send it to support@flashphoner.com, we will check. Please also note that old Firefox builds (before 68) do not support DTLS 1.2 correctly, so DTLS User Agent setup may be required.
  15. Max

    Failed by DTLS error

    This means DTLS connection is not established by some handshake failure (usually due to packet loss). Please revert dtls_force_version_0 to default state (set dtls_force_version_0=false or just remove the parameter from flashphoner.properties Then, set the following parameter...
  16. A

    Failed by DTLS error

    ...failing from Android Mobile Chrome browser. Works well with Desktop chrome. My mobile chrome browser version is latest (81) which supports DTLS 1.2. It works on some other Android devices. Tried changing 'dtls_force_version_0' to true /false with no luck. Can you guide me as to what I can do...
  17. Max

    Failed by DTLS error

    By default DTLS 1.2 is used for all browsers. dtls_force_version_0 = false You can force DTLS 1.0 for old browsers listed in WCS_HOME/conf/dtls0_ua https://docs.flashphoner.com/display/WCS52EN/DTLS+support+for+WebRTC+streaming
  18. A

    Failed by DTLS error

    Hello. I am getting failed by DTLS error intermittently. The code works well from desktop browsers (Chrome and Firefox) bur fails in Android Chrome and Firefox. I am using TLS version 1.2 on my server. Please help me solve this issue. It's impacting our business big time.
  19. lerxstrulz

    Running WCS 5.2 with Reverse Proxy

    ...it exited? I cannot ssh to port 2001 locally, cannot get to host.domain.com:8444. Checking the /logs folder there is nothing but startup.log and dtls-error.log (which is empty.) The startup log has: [2020-05-22 15:08:10] Checking JVM options openjdk version "11.0.7" 2020-04-14 OpenJDK...
  20. Max

    No audio playback in Chrome since Chrome 81

    ...Please update WCS to the latest build 5.2.597 from this page. Also please sure the following parameter is set in flashphoner.properties file dtls_force_version_0=false or is not set at all. The message on screenshot occurs when DTLS connection is failed. Seems like Chrome dropped DTLS 1.0 in...
Top