Skip to content

Instantly share code, notes, and snippets.

@onjin
Created December 6, 2013 06:40
Show Gist options
  • Save onjin/7819537 to your computer and use it in GitHub Desktop.
Save onjin/7819537 to your computer and use it in GitHub Desktop.
Fix skype audio/video on ubuntu 13.10 x64 - audio distortion or missing and inverted video. Put it in ~/bin/skype and add ~/bin to PATH in f.i. .bashrc export PATH=~/bin:$PATH.
#!/bin/bash
env PULSE_LATENCY_MSEC=30 LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment