bbqscreen_client icon indicating copy to clipboard operation
bbqscreen_client copied to clipboard

Sources for the client app of BBQScreen

Results 8 bbqscreen_client issues
Sort by recently updated
recently updated
newest added

Compilation fails with: ``` /usr/include/c++/6/cmath:101:37: error: ‘__is_integer’ was not declared in this scope typename __gnu_cxx::__enable_if

Please update README.md ``` sudo apt-get install qtdeclarative5-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5 qtchooser -qt=qt5 -run-tool=qmake BBQScreenClient2.linux.pro ``` Ignore warning: ``` Project MESSAGE: You are running qmake...

I tried clicking with the mouse to remote control the phone (Xperia Z3 Compact), but the `bbqscreen` process raises a floating point exception, and the client has to try reconnecting...

Hi, I purchased the app hoping to use it on my non-rooted Sony Ericsson Xperia Z3 Compact. I'm running the client on an up-to-date Arch Linux. Here's what I did:...

I compiled ffmpeg with static versions of the libraries. On the linking step I received the following errors: ``` /usr/local/lib/libswscale.a(swscale.o): In function `emms_c': /home/exl/Build/client_linux_x86_2.2.0/ffmpeg/./libavutil/x86/emms.h:37: undefined reference to `av_get_cpu_flags' /usr/local/lib/libswresample.a(resample.o): In...

In the [compilation instructions for Debian/Ubuntu](https://github.com/xplodwild/bbqscreen_client/blob/master/BBQScreenClient2.linux.pro), not written about libswresample. Although this library is used by the project. By the way, as far as I know, [libswresample not available in...

I installed 2.2.2 from git, however I'm getting a popup saying 2.2.0 is available.

For context, see http://forum.xda-developers.com/showthread.php?p=53399438 post #628 QKeyEvent seems to be recording correct key presses on client side. However, server shifts keys by 8. Client info: ubuntu precise 12.04. Manually compiled...