Using libvlc 1.1.0 from git and Qt 4.5.2 running 2 instances of vlc (one for playback, one for background snapshot creation) i sometimes stuck on stop the playback. These are my vlc_args playback: "-I", "dummy", /* Don't use any interface */ "--ignore-config", /* Don't ...
I try to set marquee on MacOSX resulting in following error: Using Qt 4.5.2 and libVLC 1.1rc2. Embedding with cocoacontainerwidget. Process: Player [605] Path: /Users/davidwippel/Downloads/Player-5.app/Contents/MacOS/Player Identifier: com.yourcompany.Player Version: ??? (???) Code Type: X86-64 (Nat...
Hello, I'm using VLC 1.1 RC to display a video in a QWidget (Qt 4.5.2.) on Win32. It seems that VLC swallows all mouse clicks on the widget set with libvlc_media_player_set_hwnd. No MousePressed, MouseDoubleClick, MouseReleased event is fired on the underlaying widget... Is this working as intended ...
Hi folks! I try to build a little demo for our current project to demonstrate that we need to migrate to vlc 1.1 (using vlc 1.0.3 now). Used Frameworks: libvlc (1.1), Qt 4.5.2 I want to play 2 videos simultaneous. So far i had no problem. Creating 2 instances of libvlc_media_player_t from 1 libvlc_i...