jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.31k stars 6.76k forks source link

Audio problems #203

Closed Slawutich closed 9 years ago

Slawutich commented 9 years ago

we have audio issues (intermittent audio) when a user is connected via Jigasi on all webrtc browser clients. Browsers hears the problem, SIP clients hear everything correctly.

gpolitis commented 9 years ago

In the "simple" case where only browsers speak with each other, do you have any audio issues? Where are the various components located? Do you run jvb/jicofo/jigasi on a lan or in the cloud?

bgrozev commented 9 years ago

This is probably due to the opus FEC issue in chrome M39 which we worked around by disabling FEC in jigasi (https://github.com/jitsi/jigasi/commit/33cb1c75d2776e8c84f3adef8b0139e061522f73).

Slawutich commented 9 years ago

Yes! The problem was resolved with disabling FEC in jigasi

bgrozev commented 9 years ago

This works with current chrome versions (>=40 IIRC), so we should enable it again. Opened https://github.com/jitsi/jigasi/issues/11