Search found 31 matches

Go to advanced search

by lanamelach
24 Jun 2019 15:07
Forum: Development around libVLC
Topic: VLC silent upgrade
Replies: 2
Views: 1078

Re: VLC silent upgrade

The same issue in 3.0.7.1 :(
by lanamelach
19 Mar 2019 14:18
Forum: Development around libVLC
Topic: VLC silent upgrade
Replies: 2
Views: 1078

VLC silent upgrade

Hello It looks like VLC installer behaves differently when upgrading in silent mode. To be specific, I am trying to upgrade VLC 2.2.6 to 3.0.6 automatically by the installer of a custom application which uses libvlc for playing videos. On some machines this application crashes with the following err...
by lanamelach
29 Jan 2019 09:55
Forum: Development around libVLC
Topic: Cannot find access point of procedure
Replies: 3
Views: 193

Re: Cannot find access point of procedure

Not sure I understand what could be mismatched since there is only one version installed on the system and the functions are invoked from those .dlls. The application has been tested with vlc 2.2.6 and vlc 3 and it proved to work. Unfortunately, some people get the errors with the same version.
by lanamelach
28 Jan 2019 09:52
Forum: Development around libVLC
Topic: Cannot find access point of procedure
Replies: 3
Views: 193

Cannot find access point of procedure

Hello We are using libvlc in our application to play videos. A number of users report issues around vlc like "Cannot find access point of procedure text_segment_chainDelete in DLL file libvlccore.dll" or "Cannot find access point of procedure vlc_close DLL file C program files" e...
by lanamelach
30 Jun 2016 13:59
Forum: Development around libVLC
Topic: LibVLC in a native android activity application
Replies: 4
Views: 1970

Re: LibVLC in a native android activity application

As far as I understand the native sample is still in java. It loads the library, written in C, passing there JNIEnv *, jaWindow and other java stuff. Is it possible to do without java? At least I'd really like to avoid java GUI and use C++/Qt (or some other framework) instead.
by lanamelach
09 Jun 2016 11:21
Forum: Development around libVLC
Topic: LibVLC in a native android activity application
Replies: 4
Views: 1970

LibVLC in a native android activity application

There is a sample application written in Java which demonstrates the use of libvlc on android: https://bitbucket.org/edwardcw/libvlc-android-sample/overview I'd like to know if there is any way to do the same thing in a native android application written in C++. After building vlc according to this ...
by lanamelach
08 Jun 2016 12:30
Forum: Development around libVLC
Topic: Build LibVLC Android Demo Application
Replies: 1
Views: 1534

Re: Build LibVLC Android Demo Application

Ok, solved it. Now trying to build the LibVlc Android Demo: https://bitbucket.org/edwardcw/libvlc-android-sample Compilation fails with the following error: /home/yarko/workspace/projects/libvlc-android-demo/libvlc-android-sample/src/com/compdigitec/libvlcandroidsample/VideoActivity.java:26: error: ...
by lanamelach
07 Jun 2016 15:24
Forum: Development around libVLC
Topic: Build LibVLC Android Demo Application
Replies: 1
Views: 1534

Build LibVLC Android Demo Application

I have been trying to build VLC for Android on Ubuntu 16.04 following to this guide: https://wiki.videolan.org/AndroidCompile At the "Setup Gradle build system" step when I run compile.sh it fails: ... :api:prepareReleaseDependencies :api:compileReleaseAidl :api:compileReleaseRenderscript ...
by lanamelach
13 May 2016 11:57
Forum: Development around libVLC
Topic: Using libVLC on Mac OS X + Qt5
Replies: 1
Views: 553

Using libVLC on Mac OS X + Qt5

I've been developing a cross-platform app which can be run on windows and mac. It is based on Qt 5.6 and libVLC v2.2.3. On Windows it works fine, but on Mac it doesn't display video, though the sound from the movie can be heard. I believe the issue is related to this function: libvlc_media_player_se...
by lanamelach
09 Mar 2015 12:37
Forum: Development around libVLC
Topic: vlc 2.2.0 fails to create instance on Mac
Replies: 9
Views: 1926

Re: vlc 2.2.0 fails to create instance on Mac

Ok, thanks sherington. I confirm that setting VLC_PLUGIN_PATH environment variable helps. Now again the question to vlc developers. Why can I do without it on Windows? Why was not it required on Mac in older VLC versions? Is it made by design or we have just found the trick/workaround for the bug in...
by lanamelach
05 Mar 2015 15:56
Forum: Development around libVLC
Topic: vlc 2.2.0 fails to create instance on Mac
Replies: 9
Views: 1926

Re: vlc 2.2.0 fails to create instance on Mac

I tried two ways:
1) placing everything from VLC.app\Contents\MacOS to my .app
2) not placing any files to the .app (even libvlc.dylib), but using libvlc from /Applications/VLC.app

Both ways it worked for vlc 2.1.5 and older versions. Neither way it works for vlc 2.2.0.
by lanamelach
05 Mar 2015 07:21
Forum: Development around libVLC
Topic: vlc 2.2.0 fails to create instance on Mac
Replies: 9
Views: 1926

Re: vlc 2.2.0 fails to create instance on Mac

Ok, what plugins should I place and where? Why wasn't it needed for previous vlc versions?
by lanamelach
04 Mar 2015 11:06
Forum: Development around libVLC
Topic: vlc 2.2.0 fails to create instance on Mac
Replies: 9
Views: 1926

Re: vlc 2.2.0 fails to create instance on Mac

What do you mean 'plugins not packaged'? Let's say VLC is installed at /Applications/VLC.app. Here goes the small sample code that shows the issue: #include <QtCore> struct libvlc_instance_t; //libvlc_instance_t * libvlc_new( int argc , const char *const *argv ); typedef libvlc_instance_t * (*PLibvl...
by lanamelach
03 Mar 2015 15:10
Forum: Development around libVLC
Topic: vlc 2.2.0 fails to create instance on Mac
Replies: 9
Views: 1926

vlc 2.2.0 fails to create instance on Mac

Hello. I am using libvlc in my application that runs on windows and mac. I've recently upgraded vlc to 2.2.0. On Windows there are seem to be no issues after that, but on Mac it fails to create a vlc instance. Namely, libvlc_new(0, NULL) returns a NULL pointer, also the error message "[[32;1m00...
by lanamelach
05 Jun 2013 07:25
Forum: Development around libVLC
Topic: Qt4.8.3 + MacOSX 10.8 + libVLC > 2.0.1 = crash
Replies: 21
Views: 3934

Re: Qt4.8.3 + MacOSX 10.8 + libVLC > 2.0.1 = crash

They don't fix it. Instead admin decided to ban me from this board :)
by lanamelach
08 Apr 2013 08:38
Forum: Development around libVLC
Topic: Qt4.8.3 + MacOSX 10.8 + libVLC > 2.0.1 = crash
Replies: 21
Views: 3934

Re: Qt4.8.3 + MacOSX 10.8 + libVLC > 2.0.1 = crash

Tested with this code. Works fine with vlc 2.0.1, vlc 2.0.2 and vlc 2.0.3, but with vlc 2.0.4 or 2.0.5 it crashes. Qt 4.8.4, Test platform: OSX 10.6.
by lanamelach
29 Mar 2013 14:08
Forum: Development around libVLC
Topic: Qt4.8.3 + MacOSX 10.8 + libVLC > 2.0.1 = crash
Replies: 21
Views: 3934

Re: Qt4.8.3 + MacOSX 10.8 + libVLC > 2.0.1 = crash

Have the same problem with Qt 4.8.4 + Mac OS X 10.6 + libvlc 2.0.5.
by lanamelach
29 Mar 2012 08:18
Forum: Development around libVLC
Topic: Release track description memory
Replies: 2
Views: 1150

Release track description memory

Hello. Could somebody explain me how should I (if I should do it at all) release memory allocated for tracks description returned by functions libvlc_video_get_spu_description, libvlc_audio_get_track_description etc? Some people on the web use libvlc_track_description_release, but this function is n...
by lanamelach
06 Sep 2011 16:00
Forum: Development around libVLC
Topic: Capturing mouse clicks
Replies: 12
Views: 5924

Re: Capturing mouse clicks

This is not easy to implement. Really? I don't know how it is implemented, but if you know that a user clicked on the window why not to call a filter function before doing what it now does? e.g.: void vlc_mouse_receiving_function(MouseEventInfo *info) { if (userCallback(info)) eatMouse(); // use mo...
by lanamelach
06 Sep 2011 14:49
Forum: Development around libVLC
Topic: Capturing mouse clicks
Replies: 12
Views: 5924

Re: Capturing mouse clicks

But if I use libvlc_set_mouse_input(false) I won't be able to click on DVD menu. I think there must be some way to receive mouse events before VLC eats them. Why not to provide a function that allows to install a user callback to filter/preprocess events?
by lanamelach
12 Jul 2011 08:28
Forum: Development around libVLC
Topic: long file name problem
Replies: 3
Views: 556

Re: long file name problem

Yes, I tried it on windows, but perhaps other platforms have similar problem. Thanks, GetShortPathName helped.
by lanamelach
11 Jul 2011 12:35
Forum: Development around libVLC
Topic: long file name problem
Replies: 3
Views: 556

long file name problem

I can't play a file that has a long file name (exceeding MAX_PATH), more specifically it is located deeply in directory tree. Is there any solution for that? As a workaround I tried to set current directory descending by sub-directories (each has less than MAX_PATH characters), but it didn't help.
by lanamelach
20 May 2011 10:44
Forum: Development around libVLC
Topic: libvlcAudioSetVolume and libvlcAudioToggleMute
Replies: 8
Views: 1636

Re: libvlcAudioSetVolume and libvlcAudioToggleMute

ok, but why then libvlc_audio_get_mute returns muted state if i set volume to zero?
by lanamelach
18 May 2011 15:58
Forum: Development around libVLC
Topic: libvlcAudioSetVolume and libvlcAudioToggleMute
Replies: 8
Views: 1636

Re: libvlcAudioSetVolume and libvlcAudioToggleMute

i dynamically load functions from libvlc.dll and call them

Go to advanced search