Search results for query: dtls

  1. 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.
  2. 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.
  3. 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...
  4. 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...
  5. 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
  6. 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.
  7. 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...
  8. 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...
  9. Max

    No audio playback in Chrome since Chrome 81

    ...latest build 0.5.28.2753.133 without updatinng WCS. If this doesn't help, another possible reason is Chrome and most of modern browsers require DTLS 1.2 to be supported for WebRTC connection, but WCS 5.1 supports DTLS 1.0 only. In this case, the only way is to update to 5.2 and to fix all the...
  10. M

    No audio playback in Chrome since Chrome 81

    Hello! I noticed that the last update of Chrome suppresses the audio playback on my website. My WCS version is 5.1.3546. I am sure that a WCS update to the current version would fix it but I have a lot of special code adjustements (clever as I am undocumented) so that a workaround would be the...
  11. Max

    Phone UI app NOT connect to remote ASTERISK server.

    ...is 5.2.588. Please, clarify, - PHONE UI is the demo Phone UI example? - With v. 5.2.576, the phone does register? What happens on attempt to place or answer a call? Does calling work with SIP softphones (without WCS)? - Which browser (OS and browser version) displays the warning about DTLS?
  12. Max

    Не публикуется видео поток

    Добрый день. Да, в Safari поддержка DTLS 1.0 отключена полностью. Начиная со сборки 5.2.546, можно указывать шаблон User-Agent для браузеров, которые не поддерживают DTLS 1.2, как описано здесь https://docs.flashphoner.com/pages/viewpage.action?pageId=14256010
  13. Max

    Не публикуется видео поток

    Добрый день. Попробуйте увеличить количество попыток установки DTLS соединения: dtls_close_socket_after_tries=30 Это должно помочь, если канал публикации не очень стабильный. Если после этого Chrome все равно устойчиво не подключается, соберите логи и дамп трафика по этой инструкции и вышлите на...
  14. C

    Не публикуется видео поток

    я обновился, и по прежнему встречаю ошибку с dtls на 80 хроме
  15. Max

    Не публикуется видео поток

    Добрый день. Пожалуйста, уберите из файла flashphoner.properties параметр dtls_force_version_0=true и обновите WCS до последней сборки. С момента выхода используемой Вами сборки было несколько фиксов по DTLS, в том числе для определения устаревших браузеров, поддерживающих только DTLS 1.0, по...
  16. C

    Не публикуется видео поток

    мне не помогла эта настройка во вложении лог с того момента, как я нажимаю кнопку Publish. там есть момент. Failed to create dtls client protocol.
  17. C

    Не публикуется видео поток

    и ещё сразу вопрос: сейчас последняя версия 5.2.567. я использую 5.2.266. насколько необходимо обновление? есть ли какие-то важные исправления в этом диапазоне версий?
  18. C

    Не публикуется видео поток

    это происходит на Version 80.0.3987.149 (Official Build) (64-bit) да, я попробую включить это
  19. Max

    Не публикуется видео поток

    Такая проблема может быть со старыми версиями Firefox, использующими DTLS 1.0. Добавьте в WCS_HOME/conf/flashphoner.properties настройку dtls_force_version_0=true и перезапустите WCS. Про поддержку DTLS и настройки - здесь.
  20. C

    Не публикуется видео поток

    Проблема всё таки не решилась в логах есть такая строка, что она может значить 20:55:47,801 ERROR bstractDTLSTransport - Stun-Clbk-thread udp//192.168.120.10:31698 Close socket after 10 tries и вот такая: "info" : "Failed by DTLS error", 20:55:35,792 INFO Component -...
Top