[kaffeine-devel] Hardware acceleration with vlc backend
Brought to you by:
hftom,
lasselindqvist
From: Julien de R. <jul...@gm...> - 2013-09-16 22:16:12
|
Hello, I modified a little bit the code to use hw with vlc backend First, I added XInitThreads(); as the first instruction of main function in main.cpp. In vlcmediawidget.cpp I added, "--no-ignore-config" to arguments[] at VlcMediaWidget::init(). Hence, kaffeine use the configuration file stored in .config/vlc. I do not know exactly what is the role of XInitThreads(); but now the hw acceleration works. I tested it sucessfully with a HD mp4 file and also a HD dvb ts file recored with kaffeine. Regards, Julien |