Skip to content

Instantly share code, notes, and snippets.

@barentsen
Created June 21, 2016 09:01
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save barentsen/bacd4360fb31e7456d659d07b014e834 to your computer and use it in GitHub Desktop.
Save barentsen/bacd4360fb31e7456d659d07b014e834 to your computer and use it in GitHub Desktop.
How to get clickshare working on Ubuntu 16.04
sudo apt install libresample1
wget http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libavutil52_9.18-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libavutil52_9.18-0ubuntu0.14.04.1_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/liba/libav/libswscale2_9.18-0ubuntu0.14.04.1_amd64.deb
sudo dpkg -i libswscale2_9.18-0ubuntu0.14.04.1_amd64.deb
wget https://www.dropbox.com/s/gg2i5wszrqkhzy8/clickshare_01.07.01-79_amd64.deb?dl=0#
sudo dpkg -i clickshare_01.07.01-79_amd64.deb
@Utini2000
Copy link

I am also desperate for this. Another solution could be using chrome/chromium to cast via chromecast to the clickshare unit.
But I didn't get this to work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment