Search found 1 match

Go to advanced search

by daimoner
16 Feb 2010 21:07
Forum: Development around libVLC
Topic: Embedding VLC in a PyQt4 app
Replies: 3
Views: 4293

Embedding VLC in a PyQt4 app

Hello, I'm trying to embed a VLC player in a python application based on PyQt4. Currently, I'am able to display a video using VLC Python bindings but only in a separate windows (title: VLC Direct3D output) with the following code: import sys from PyQt4 import Qt import vlc app = Qt.QApplication(sys....

Go to advanced search