sorry but I need a strong help. I have been running qlc+ on windows and (quite) all was fine. Now, due to unstability problem on windows (audio/video glitching), I want to try with Ubuntu 16.04 LTS. Here comes the problem

I've istalled firstly GStreamer0.10, then QT5 multimedia library, then QT5.
Code: Select all
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
sudo apt-get install libqt5multimedia5 qtmultimedia5-dev
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/mcallegari79/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/qlcplus-qt5.list"
sudo apt-get update
sudo apt-get install qlcplus-qt5
wget http://download.opensuse.org/repositories/home:mcallegari79/xUbuntu_16.04/Release.key
sudo apt-key add - < Release.key
sudo apt-get update
The audio is simply not working: I push example/preview and the sound is not reproduced.
The video example/preview still open a black window, but neither audio nor images are shown and, when closing the window, QLC and the window stuck.
I think it's a problem with QT, but not shure... I've read the discussion between sbenejam and mcallegari (viewtopic.php?f=12&t=9988&hilit=video+ubuntu+16), but I'm not able to do that things, since I'm quite new with linux.
Both video and audio works fine with Ubuntu/GNOME players and vlc.
I'm working on Ubuntu 16.04 64bit, QLC+ 4.10.5, both GStreamer 0.10 and 1.x (the latest) installed.
[Edit]
If I remove QT5 and recompile/reinstall QLC+, video function disappears, but audio works properly.

New improvement... Just add some additional required packages....
Code: Select all
sudo apt-get update
sudo apt-get install g++ make git build-essential qt5-default qtbase5-dev qtscript5-dev qtmultimedia5-dev libqt5multimedia5-plugins qttools5-dev-tools fakeroot debhelper devscripts pkg-config
sudo apt-get install libasound2-dev libusb-dev libftdi-dev libudev-dev libmad0-dev libsndfile1-dev libfftw3-dev
And reinstalled both QT5 and QLC+. Now audio works, but not video: when I press preview on video function, a black window open with sound, but no images. After a while all gets stuck (audio and also QLC program

Thanks,
Alessandro Negri