Audio is not working in Vidyo 2.2.x on ubuntu 13.10. You can follow this steps to fix the problem
This is the bug -> https://bugzilla.mozilla.org/show_bug.cgi?id=840707
STEPS TO FIX
- Edit /etc/xdg/autostart/vidyo-vidyodesktop.desktop and add
Exec=env PULSE_LATENCY_MSEC=60 VidyoDesktop -AutoStart
- Edit (/usr/share/applications/vidyo-vidyodesktop.desktop) and add
Exec=env PULSE_LATENCY_MSEC=60 VidyoDesktop
Restart the vidyo process
Comments