vlc 3.0.0 crash when visualization enabled

This forum is about all development around libVLC.
dreadLocks
Blank Cone
Blank Cone
Posts: 18
Joined: 31 May 2016 23:39

vlc 3.0.0 crash when visualization enabled

Postby dreadLocks » 05 Jun 2016 05:16

Hello,

I'm using vlc in a win32 C++ application. I wanted to turn on visualization but it crashes.

Here is my code:

char *arg[20];
int ix = 0;

arg[ix++] = "--reset-config";
arg[ix++] = "--ignore-config";
arg[ix++] = "--audio-visual visual";
arg[ix++] = "--effect-list spectrum";

inst = libvlc_new(ix,arg);
m = libvlc_media_new_path(inst, "D:\\MUD\\mp3\\Sugar Bum Bum.mp3"); <<<<<<<<<----- crashes in here


If comment out the two lines --audio-visual and --effect-list spectrum it doesnt crash

Anybody knows whats wrong?

Thanks

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc 3.0.0 crash when visualization enabled

Postby Jean-Baptiste Kempf » 28 Jun 2016 10:17

Please share a backtrace.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 1 guest