Search results for query: dtls

  1. 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...
  2. Max

    "status": "NOT_ENOUGH_BANDWIDTH",

    ...Так как вы даете стриму запуститься, инициализироваться и в это же время его убиваете. Возможно в процессе инициализации, когда уже идет ICE и DTLS. Лучше сразу реджектить стрим на этапе запроса stream.play(). В новой документации по REST-методам показано как это сделать и есть примеры здесь...
  3. 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...
  4. 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.
  5. 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...
  6. 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...
  7. 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...
  8. 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]...
  9. A

    Question on Web Call Server and Asterisk

    ...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