Search results for query: dtls

  1. Max

    Failed by DTLS error

    You don't need to set TCP transport at server side if you set it at client. Seems like DTLS is filtered on some networks. In this case, only network change will help (from on provider or mobile operator to another). Another option is to use HLS for playback and RTMP or SRT for publishing, it is...
  2. wyvasi

    Failed by DTLS error

    Some users get random 'Failed by ICE keep alive', 'Failed by ICE timeout', 'Failed by DTLS error', sometimes they stream without problem sometimes one of this error pops randomly. We are using transport: 'TCP' on client publish, and wcs version 5.2.1627. Do we need to set others configurations...
  3. Max

    Failed by DTLS error

    Good day. Seems like in one network either media ports or DTLS packets are blocked, and in another network not. For example, in some countries UDP DTLS packets may be blocked using DPI. Switching to TCP transport may help in this case.
  4. wyvasi

    Failed by DTLS error

    Hello, Some of our users get this error when they try to stream from home network 'Failed by DTLS error ', they say that it works from another network with same devices(laptop/mobile) do you have any idea why this would this happen? all info found about this error is related to old browser / WCS...
  5. Max

    Failed by DTLS error

    Здравствуйте. Сообщение от 10 февраля попало в спам. Подняли его из спама. Информация есть. По проблеме: Failed by DTLS error Какое-то время назад, браузеры перешли на DTLS 1.2. Версия сервера не менялась и для сервера 5.0.3530 осталась на DTLS 1.0. Поэтому использовать старую версию сервера с...
  6. pnzdevelop

    Failed by DTLS error

    Ловлю в плеере ошибку Failed by DTLS error У нас Web Call Server 5 v. 0.5.28.2747 - 5.0.3530 License The license is activated Simple License Expires 31 дек 2999 Логи и доступы отправлял 10 февраля 2023 года на support@flashphoner.com В ответ тишина.
  7. Max

    Не срабатывает pc.ontrack

    ...сборок WCS и WebSDK, или проведите тест в примере Two Way Streaming на демо сервере. Проверьте, какая именно ошибка отображается при публикации в данном примере. Если отображается ошибка Failed by ICE timeout или Failed by DTLS, попробуйте переключиться в примере Media Devices на TCP транспорт
  8. Max

    Freezing SFU room

    Это штатное поведение, так и должно быть: при повторной попытке входа в комнату с именем пользователя. который там уже есть, возвращается Nickname unavailable. Для входа в комнату при помощи SFU SDK необходимо использовать метод Sfu.createRoom(). Метод Room.join() фактически настраивает WebRTC...
  9. Shiga

    Freezing SFU room

    ...offer com.flashphoner.sfu.room.exception.NicknameUnavailableException: Nickname unavailable 694 ERROR F - AssocRcv274 DTLS ALERT null 455 ERROR F - AssocRcv275 DTLS ALERT null во всех комнатах теперь валится OPERATION_FAILED из-за никнейма. Это очень...
  10. Max

    Implementing iOS Client without SDK - Failed by DTLS error

    ...from the same device. Make sure you opening the page via HTTPS. Also please try to use TCP transport for WebRTC (some providers may block UDP DTLS traffic from iOS devices), this may be tested in Media Devices example. Please use our native iOS SDK 2.6 which is available in CocoaPods (it...
  11. fbajanik

    Implementing iOS Client without SDK - Failed by DTLS error

    ...(Streamer) and intercepted a few messages. But after I received `setRemoteDescription` and set `remoteDescription` I got `"info":"Failed by DTLS error"` from notifyStreamStatusEvent message. Is there any way how to easily reverse-engineer your SDK to be able to connect to the demo webpage...
  12. Max

    Failed by DTLS error

    Yes, the clientBrowserVersion is used to detect a browser and then use a proper DTLS. That's because WCS initiates DTLS handshake, not browser (WCS sends Client hello), threfore the only way to predict a DTLS version supported is browser version. So you should keep this field untouch in backend...
  13. 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
  14. 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...
  15. 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...
  16. 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
  17. 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...
  18. Max

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

    ...TCP транспорт для SIP сигналинга, включите на стороне сервера sip_force_tcp=true Кроме того, некоторые провайдеры частично блокируют DTLS. В этом случае поможет переключение на WebRTC TCP транспорт: ice_tcp_transport=true Если ничего из этого не помогает, предоставьте доступ к серверу и два...
  19. 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, ...
  20. 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...
Top