Ubuntu – Skype video not working on 64-bit Ubuntu

skype

Can't get video to work in Skype! When I go into my Video Options to test video I get a black screen. I know that there is an LD_PRELOAD thing that I have to add, but for some reason it never works on 64 bit! Am I doing something wrong?

It used to work on 32 bit.

Best Answer

Ok, so here's what I did to fix the problem:

I edited the skype.desktop file so the command to run contained the following:

bash -c 'LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l2convert.so skype %U'

Didn't need to reboot, just opened skype from the .desktop file and it works!

Related Question