Hello.
Recently I gained access to nVidia jetson tk1 and I tried to run my application which uses vmem callbacks to get frames from rtsp stream.
System is Ubuntu 14.04.1.
I installed Qt 5.2 and compiled libvlc, with - disable-qt.
- vlc works fine
- libvlc from simple c++ project works ok
- libvlc in Qt console project doesn't work - it Looks like it's playing but there's no display. Lock callback is being processed ok but it never reaches unlock callbacks.
Any idea what might be the issue?