Search found 1 match

Go to advanced search

by koghqr
07 Aug 2018 05:45
Forum: Development around libVLC
Topic: VLC-Qt shows black screen when VlcWidgetVideo is a child widget
Replies: 1
Views: 772

VLC-Qt shows black screen when VlcWidgetVideo is a child widget

Hello, I got a problem with VLC-Qt. This is my code writed in a constructor of a QMainWindow: VlcInstance* pInstance = new VlcInstance(VlcCommon::args(), this); VlcMediaPlayer* pPlayer = new VlcMediaPlayer(pInstance); VlcMedia* pMedia = new VlcMedia("E:/1.rm", true, pInstance); VlcWidgetVi...

Go to advanced search