Page 1 of 1

libvlc and mac logging under QT

Posted: 04 Dec 2016 10:29
by geostein8888
Hello,
while I have a problem to bring my app to work under libux (vlc 3 libs are not playing any video) I wanted to analyse the logs, but there is nothing in the console log and also the

Code: Select all

... vArgs.append("--logfile=logfile.log"); ... libvlc_new(argc, vArgs);

parameter is not working - with this the app crashes on start already (vlc: unknown option or missing argument... error)

is there somebody who can help me with the parameters I have to add to get a logfile form the libvlc?

with regards
Georg

Re: libvlc and mac logging under QT

Posted: 04 Dec 2016 11:31
by RĂ©mi Denis-Courmont