Search results for query: dtls

  1. Max

    Ошибка WebRTC в Chrome Canary.

    Это уже другая проблема, в Chrome Canary выставили более жесткий запрет на кроссдоменные запросы. Если обратиться непосредственно к примеру с демо сервера https://demo.flashphoner.com:8888/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html, публикация должна работать. По...
  2. C

    Ошибка WebRTC в Chrome Canary.

    В коммите сказано Reason for revert: Changing to a later Chrome release. А в Web Call Server есть поддержка DTLS 1.2? С какой версии или от чего это может зависеть?
  3. Max

    Ошибка WebRTC в Chrome Canary.

    ...AudioContext was not allowed to start" работе не мешает, аудиоконтекст при воспроизведении создается. Вероятно, разработчики пока откатили изменения в DTLS (https://webrtc-review.googlesource.com/c/src/+/125141). Если у Вас проблема воспроизводится, уточните, пожалуйста, в каком именно окружении.
  4. C

    Ошибка WebRTC в Chrome Canary.

    Да, в 73 всё работает. Посмотрел внимательнее со своим сервером, у меня видео начинается на долю секунды, но по вебсокету прилетает "notifyStreamStatusEvent" с причиной "Failed by DTLS error".
  5. SergeyP

    Failed by DTLS error

    ...Еще раз проявилась эта проблема, но есть больше деталей. Спустя несколько часов успешной публикации видео, у пользователя появляется ошибка DTLS error из сабжа. Перепубликация видео с тем же именем стрима выводит ту же ошибку, пробовал много раз. Когда он меняет название стрима, то публикация...
  6. SergeyP

    Failed by DTLS error

    ...на сайте (Web SDK) успешно публиковал видео сегодня же днем, а спустя несколько часов публикация начала фейлится с ошибкой "Failed by DTLS error". При этом проигрывают трансляции других пользователей без проблем. Да, я нашел на форуме список всех ошибок, сказано что "Client did not send DTLS...
  7. L

    WCS5.1 shows Failed By DTLS Error

    ...1 MB . I can't attach here so I am mailing these logs at logs@flashphoner.com and support@flashphoner.com with subject line "Error: Failed By DTLS Server". Please resolve and provide me valid solution so that I can continue my work. I have very high hopes from flashphoner and WCS . Please...
  8. L

    WCS5.1 shows Failed By DTLS Error

    how to resolve this error "Failed by DTLS Error" while my stream works well with VLC Player
  9. Max

    Flashphoner becomes very slow

    Actually 1 second delay between /playStream and /StreamStatusEvent is not a problem. It looks like a normal time of establishing DTLS (WebRTC connection over UDP) between browser and WCS server. So you have to test under load. As a load test you can use pulling from a secondary server. The test...
  10. Max

    websocket not connected

    It is a server-side DTLS error. Please gather latest logs and conf WCS_HOME/conf WCS_HOME/logs/server_logs WCS_HOME/logs/flashphoner_manager.log You can send this to support@flashphoner.com
  11. J

    websocket not connected

    ..."published" : false, "hasVideo" : true, "hasAudio" : true, "status" : "FAILED", "audioCodec" : "opus", "info" : "Failed by DTLS error", "record" : false, "width" : 0, "height" : 0, "bitrate" : 0, "minBitrate" : 0, "maxBitrate" : 0, "quality" : 0, "createDate" ...
  12. Max

    UBlock on chrome trigger Failed by ICE keep alive

    ...* @memberof Flashphoner.constants.STREAM_STATUS_INFO */ define(streamStatusInfo, 'FAILED_BY_KEEP_ALIVE', 'Failed by ICE keep alive'); /** * DTLS has wrong fingerprint. * @event FAILED_BY_DTLS_FINGERPRINT_ERROR * @memberof Flashphoner.constants.STREAM_STATUS_INFO */ define(streamStatusInfo...
  13. Max

    Streamstatusevent и статусы

    ...нормально, а какие в результате ошибок. Streams logs/cdr/sdr.log Failed by ICE error Failed by ICE timeout Failed by ICE keep alive Failed by DTLS fingerprint error Failed by DTLS error Failed by HLS writer error Failed by RTMP writer error Failed by RTP activity Stopped by session...
  14. Max

    "status": "NOT_ENOUGH_BANDWIDTH",

    ...Так как вы даете стриму запуститься, инициализироваться и в это же время его убиваете. Возможно в процессе инициализации, когда уже идет ICE и DTLS. Лучше сразу реджектить стрим на этапе запроса stream.play(). В новой документации по REST-методам показано как это сделать и есть примеры здесь...
  15. A

    Integration issue for WebRTC with WCS server 5 and Asterisk 14.

    Hi Max, Thank you for your response. The audio calls are working fine. I got the required information about the working of ICE and DTLS with FlashPhoner. Could you please let me know the Video Codec support that FlashPhoner has and the XMPP support it has with Asterisk(or FlashPhoner App to be...
  16. Max

    Integration issue for WebRTC with WCS server 5 and Asterisk 14.

    WCS works with browsers via WebRTC and uses ICE and DTLS. WCS works with Asterisk as plain SIP / RTP and does not use ICE and DTLS or WebRTC in communication with Asterisk.
  17. A

    Integration issue for WebRTC with WCS server 5 and Asterisk 14.

    Thank you for your response. I had a query regarding disabling of ICE and DTLS. I am sort of confused since DTLS and ICE marks the basic functionality of a WebRTC communcation, with neither of them that is without ICE gathering and DTLS being absent, can the secure communication be...
  18. Max

    Integration issue for WebRTC with WCS server 5 and Asterisk 14.

    To get this working with WCS you have to use Asterisk peers without DTLS, like this: [1061] ; This will be the legacy SIP client type=friend username=1061 host=dynamic secret=password context=default disallow=all allow=alaw qualify=no ;rtp.conf ICE and DTLS should be disabled for the Asterisk...
  19. A

    Integration issue for WebRTC with WCS server 5 and Asterisk 14.

    ...covered. I am facing issues when I test the Demo app from my WCS server. I see that the offer and answer sent from the server does not have the DTLS/SRTP fingerprint in the SDP. From the asterisk logs I can see this "WARNING[37157][C-00000009]: chan_sip.c:10726 process_sdp: Failed to receive...
  20. A

    Integration issue for WebRTC with WCS server 5 and Asterisk 14.

    ...Point. I am getting the following issue in the console of Asterisk [Apr 5 15:36:51] ERROR[61043][C-00000001]: chan_sip.c:5933 dialog_initialize_dtls_srtp: No DTLS-SRTP support present on engine for RTP instance '0x7f3614009500', was it compiled with support for it? [Apr 5 15:36:51]...
Top