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
@LBoraz
Copy link

LBoraz commented Jan 21, 2020

i can start clickshare-launcher and the button is recognized. The clickshare process is started but after that nothing happens.

lickshare-launcher
Info 2020-01-21T15:19:00:967 ClickShare Launcher started.
Info 2020-01-21T15:19:00:967 ============================
Info 2020-01-21T15:19:00:967 VERSION:00.00.00.trunk-1315
Info 2020-01-21T15:19:00:967 BUILD:Mar 17 2015 05:39:22
Info 2020-01-21T15:19:00:967 CPU CORES:4
Info 2020-01-21T15:19:00:967 OS VERSION:Unknown
Debug 2020-01-21T15:19:00:967 Button detector has detected that button is inserted.
Debug 2020-01-21T15:19:00:967 [EDSLocalCommunication::mpStartCommunication] Could not connect with server in LocalCommunication.
Debug 2020-01-21T15:19:00:967 [EDSLocalCommunication::mpTryToCreateServer] Listening as server in LocalCommunication.
Debug 2020-01-21T15:19:00:967 [EDSLocalCommunication::mpStartCommunication] Server created in LocalCommunication.
Debug 2020-01-21T15:19:00:967 ClickShare Button was inserted. Launching client process.
Debug 2020-01-21T15:19:00:967 Launching client process /usr/bin/clickshare.
Debug 2020-01-21T15:19:00:968 [EDSLocalCommunication::EDSLocalCommunication] Begin
Debug 2020-01-21T15:19:00:968 [EDSLocalCommunication::mpStopCommunication]
Debug 2020-01-21T15:19:00:968 [EDSLocalCommunication::mpStopCommunication] Deleting server.
Debug 2020-01-21T15:19:00:968 [EDSLocalCommunication::EDSLocalCommunication] End

@fabi-alstom
Copy link

@LBoraz, same here

@rafatwork
Copy link

Same issue as LBoraz.
Running Pop!_OS 19.10

@ColSep
Copy link

ColSep commented Mar 2, 2020

Anyone found a fix yet?

@ced-mos
Copy link

ced-mos commented Mar 6, 2020

Have the same problem with Ubuntu 18.04 LTS like @LBoraz.

@inigohu
Copy link

inigohu commented Jul 16, 2020

Same problem here with Ubuntu 18.04 LTS. Any idea?

@jerovign
Copy link

jerovign commented Oct 1, 2021

Any improvement for Ubuntu 20.04 ?
Barco still doesn't offer support...

@BrechtRichard
Copy link

Can someone share the clickshare deb package again?

@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