jolexpert at gmail.com Guest
|
Posted: Wed Oct 05, 2022 1:30 am Post subject: [Freeswitch-users] Firefox long delay before audio |
|
|
HelloI made some tests yesterday with firefox and i noticed that there is between 40 seconds to 1 minute to wait to have audio in both sides.
Before this long delay, no audio at all.
any idea ?
there is no issue with Chrome and Edge but on Firefox it happens, whatever the version of FF
in the logs of freeswitch (1.10.6), when the audio starts
I saw that the sounds comes only when i have these messages on the log :
2022-10-04 18:01:11.024763 [DEBUG] sofia.c:7406 Channel sofia/internal/tob9j1ug@192.0.2.95 (tob9j1ug@192.0.2.95) entering state [ready][200]
2022-10-04 18:01:11.384761 [INFO] switch_rtp.c:3284 Changing audio DTLS state from HANDSHAKE to SETUP
2022-10-04 18:01:11.404763 [INFO] switch_rtp.c:3191 audio Fingerprint Verified.
2022-10-04 18:01:11.404763 [INFO] switch_rtp.c:4282 Activating audio Secure RTP SEND
2022-10-04 18:01:11.404763 [INFO] switch_rtp.c:4260 Activating audio Secure RTP RECV
2022-10-04 18:01:11.404763 [DEBUG] switch_core_sqldb.c:2836 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80
2022-10-04 18:01:11.404763 [INFO] switch_rtp.c:3233 Changing audio DTLS state from SETUP to READY
2022-10-04 18:01:11.404763 [DEBUG] switch_core_sqldb.c:2836 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80
2022-10-04 18:01:11.424762 [DEBUG] switch_core_media.c:16097 Engaging Write Buffer at 1920 bytes to accommodate 1920->1920
2022-10-04 18:01:11.444761 [DEBUG] switch_rtp.c:1923 rtcp_stats_init: audio ssrc[479325149] base_seq[3323] |
|