Search found 2 matches

Go to advanced search

by djoulez78
11 Dec 2013 11:18
Forum: VLC media player for macOS Troubleshooting
Topic: libvlc and Qt 5
Replies: 0
Views: 496

libvlc and Qt 5

Hi, I am trying to use VLC inside a Qt 5 application. Here is the code I use: #include "vlcwidget.h" VLCWidget::VLCWidget(QWidget *parent) : QWidget(parent) { holder = new QWidget(this); const char * const vlc_args[] = { "-I", "dummy", /* Don't use any interface */ &quo...
by djoulez78
01 Oct 2009 23:01
Forum: Web and scripting
Topic: ActiveX and DVB-T ?
Replies: 7
Views: 2730

ActiveX and DVB-T ?

Hi, Is it possible to open dvb-t devices in activeX plugin using vc++ ? I can make it work in vlc with the following command: vlc.exe dvb-t:// :dvb-frequency=578000000 :dvb-bandwidth=8 :program=257 But I never managed to make it work through the plugin... Did someone managed to make it work? thx in ...

Go to advanced search