Search found 4 matches

Go to advanced search

by motty
06 Jun 2014 00:14
Forum: Development around libVLC
Topic: How to show visualization?
Replies: 2
Views: 365

Re: How to show visualization?

So far, you cannot.
Thank you! I got it! :wink:
by motty
06 Jun 2014 00:10
Forum: Development around libVLC
Topic: Opening file that contains apostrophs in name
Replies: 2
Views: 306

Re: Opening file that contains apostrophs in name

URLEncode it.
Thank you! But i solved this by converting name of file to UTF-8
by motty
04 Jun 2014 22:47
Forum: Development around libVLC
Topic: Opening file that contains apostrophs in name
Replies: 2
Views: 306

Opening file that contains apostrophs in name

Code: Select all

m = libvlc_media_new_path(inst, "D:\\12. I Don’t Care (Feat. Maejor Ali).mp3");
DEBUGGER SAYS: VLC is unable to open MRL ....
by motty
02 Jun 2014 20:42
Forum: Development around libVLC
Topic: How to show visualization?
Replies: 2
Views: 365

How to show visualization?

Hello! I'm using C++ with LibVlc.
I tried to use libvlc_media_add_option but no luck.
I want to show visualization like video with libvlc_media_player_set_hwnd.

Go to advanced search