Search results for query: dtls

  1. Max

    Failed by DTLS error

    Good day. Seems like in failure case WCS waits for certificate chain from publisher, but does not receive it (missing a Server Hello packet). Please try to switch to TCP transport to prevent a packets loss. You can also collect a traffic dump and check if DTLS flow is correct: DTLS traffic
  2. P

    Failed by DTLS error

    Hello, I'm facing a rather weird situation of random "Failed by DTLS error" error. It happens from time to time and can't be tracked as to what's happening or what's wrong. I'm using WCS on a local network. First attachment is a successful stream publishing, second attachment - failed. The only...
  3. Max

    Hello! there are any way to integrate WCS with a React native app ?

    Seems like React Native WebRTC implementation does not support TCP transport. To investigate a DTLS error, please collect a report on your server instance as described here including the traffic dump using report.sh script: Getting logs with report.sh script. Traffic dump must be started to...
  4. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    demo.flashphoner.com is not working react native webrtc (with both UDP and TCP), I am getting below error `Failed by DTLS error`. When I have checked below forum for this issue no answer to overcome the issue. https://forum.flashphoner.com/threads/failed-by-dtls-error.12916/ Thank in advance
  5. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    ...while I am trying to publish the stream. Already this issue has been reported in another forum. https://forum.flashphoner.com/threads/failed-by-dtls-error.12916/ As you say, do I need to check all our app users' devices' "outgoing connections to UDP ports 31001-32000" whether it is open...
  6. Max

    Проблема в SIP звонком

    ...TCP транспорт для SIP сигналинга, включите на стороне сервера sip_force_tcp=true Кроме того, некоторые провайдеры частично блокируют DTLS. В этом случае поможет переключение на WebRTC TCP транспорт: ice_tcp_transport=true Если ничего из этого не помогает, предоставьте доступ к серверу и два...
  7. Max

    How can I debug session.createStream function ?

    Please try to use TURN server to bypass NAT issues at client side. Another option is to enable TCP transport for WebRTC (some providers block DTLS UDP traffic to prevent Tor access, but DTLS TCP is still working): session.createStream({ name: streamName, display: localVideo, ...
  8. Max

    Stream don't work on motorola moto g power

    Good day. The log contains "info" : "Failed by ICE timeout". The message means DTLS/ICE connection is not established between client and server. That usually happpens when media UDP ports (31001-32000/udp by default) is closed, so client can't connect to these ports to send or receive media...
  9. Max

    Asterisk with flashphoner simultaneous extention call not working and outbound call ring tone not playing

    ...tried to make test calls between two browsers via your server. they all fails with the following message in WCS logs: 09:12:53,230 ERROR bstractDTLSTransport - Stun-Clbk-thread udp//95.179.156.48:31414 Close socket after 10 tries 09:12:53,231 ERROR SipCall - Stun-Clbk-thread...
  10. hyuk

    Alternatives to service abnormal termination

    ...folder. There is also no errorPID.log file. Do I need to edit flashphoner.properties to see it? The log files related to error are dtls-error.log and media-session-error.log. The log files mentioned are all empty. I checked the server_log file at the time of service interruption, but there is...
  11. U

    Streaming FAILED

    ...которые были указаны в инструкции (скрин в приложении). До недавних пор всё работало без проблем. Проблема появилась после прекращения поддержки DTLS 1.0. В конфиге flashphoner.properties адреса вписаны корректные. Доступы к серверу высылал при размещении темы. Если необходимо их выслать...
  12. Max

    Streaming FAILED

    Версия 5.1 работает через DTLS 1.0. Эта версия DTLS прекратила поддержку в последних обновлениях браузерах некоторое время назад. Поэтому требуется обновить WCS до последней сборки 5.2 чтобы получить DTLS 1.2, который поддерживается в последних браузерах. Процедура обновления описана в...
  13. U

    Streaming FAILED

    1. Описание проблемы: - сценарий использования сервера - видеочат - признаки проблемы - не публикуется видео - откуда публикуется поток - не публикуется видео снимаемое с web-камеры, которая транслирует в браузер, это проверялось в ОС Windows 10, в браузерах Google Chrome и Opera. - чем играется...
  14. Max

    SIP connectivity with opensips

    ...Default SIP client ports are [30000 - 31000] TCP UDP port_from=30000 port_to=31000 Default RTP, ICE, DTLS, RTCP, ports are [31000 - 32000] TCP UDP media_port_from=31000 media_port_to=32000 Default Websocket port 8443 TCP wss.port=8443 Default web UI port is 8444 TCP https.port = 8444 So...
  15. Max

    Getting TLS obsolete warning

    ...affects performance. Also you have to update WCS from 5.0 to 5.2 as described here. Without updating, it will never work in latest Chrome builds. Mozilla also have plans to drop DTLS 1.0 support as othe browser developers. After updating, WebRTC publishing and playback should work normally.
  16. Max

    Failed by ICE keepalive

    Good day. You are using an obsolete WCS version 5.1. You should update to WCS 5.2 to work with latest Chrome and Chromium-based browsers because they do not support DTLS 1.0 any more, only DTLS 1.2 when establishing WebRTC connection. Update procedure is described on this page.
  17. M

    Master Origin server is unresponsive

    ...and no streams getting published. No error logs generated in /logs/server_logs/flashphoner.log On checking with other logs, I can see below errors in gc-core and dtls erros logs My server has 4GB of RAM and configured 75% of memory in wc-core.properties May I know what will be the issue?
  18. N

    Failed by ICE keepalive

    Hi flashphoner support, i'm experiencing the problem in subject. Impossible to stream caused by: "info" : "Failed by ICE keep alive" I sent mail to "logs@flashphoner.com" with trace in attachment. BR
  19. Max

    Getting TLS obsolete warning

    You should update Flashphoner WebCallServer to latest build for DTLS 1.2 to use with Chrome browser. All release history is here. We also recommend to update Amazon Linux to Amazon Linux 2. This depends on how old the SDK versions you use. Usually, it is not needed to update SDKs unless you...
  20. Max

    Getting TLS obsolete warning

    Hello Server version needs to be updated to the latest version i.e. 5.2.854 https://docs.flashphoner.com/display/WCS52EN/Release+notes This version supports DTLS 1.2 See also https://forum.flashphoner.com/search/41906/?q=dtls&o=date
Top