This post describes how to have Skype working on Raspberry PI 2 + Raspbian.
Skype is not ported to armv7 architecture yet, but there are working versions for linux i386 architecture, and for Debian in particular.
To run i386 linux apps on RPI there is a software that emulates i686 environment on raspberry pi and works fine:
https://eltechs.com/product/exagear-desktop
(I am not part of this company nor have any interest, just wanted to have my RPI doing Skype video calls...)
So using Raspbian + Exagear desktop + Skype + a little hack does the magic to have video+audio calls with good quality.
Installation steps:
0.- Get a license of Exagear desktop, you will need it on step 3.
1.- Install Raspbian on SD card (I used 2016-03-25 release). There are plenty of posts on how to do this on Linux/Windows environments.
2.- Use it to boot your RPI.
3.- Follow all but first step of Eltechs instructions about how to
Run Skype on Raspberry Pi - Eltechs ExaGear
https://eltechs.com/run-skype-on-raspberry-pi/
Dont execute frist step: (1. Install and configure PulseAudio.), just start from step 2.
4 .- When done, you'll have Exagear Desktop + Skype 4.3 on your RPI (you can stop here and try to make Skype 4.3 audio and video work, if you make it, just let me know).
Make a copy of Skype 4.3 executable
Code: Select all
sudo cp /usr/bin/skype /usr/bin/skype43
Code: Select all
wget http://download.skype.com/linux/skype-debian_4.2.0.11-1_i386.deb
sudo dpkg -i skype-debian_4.2.0.11-1_i386.deb
sudo cp /usr/bin/skype /usr/bin/skype42
How to use it
1.- Make first login using Skype 4.3, click on "automatic session start" before click on "start session" button. Run skype 4.3 under exagear using:
Code: Select all
exagear debian-8-wine2g -- /bin/bash -c 'skype43'
3.- Make further Skype usage with Skype 4.2. Do calls, add contacts, and whatever you want except: "close session". Start Skype 4.2 using:
Code: Select all
exagear debian-8-wine2g -- /bin/bash -c 'skype42'
5.- If it's the case that you want to close session in order to change Skype user, then do that on Skype 4.3 starting with Step 1 all over again.
I have this running on an RPI 2 + Exagear + Skype 4.3 + Skype 4.2 + Logitech HD C920 webcam.

Video+audio calls works great!
Enjoy!!!