Search found 33 matches

Go to advanced search

by Titanic
23 Sep 2010 09:57
Forum: Development around libVLC
Topic: ffmpeg compiling error
Replies: 4
Views: 2371

Re: ffmpeg compiling error

I had the same problem. I simply downloaded the lame package myself, compiled and installed it to the correct directory (depends on your configuration) and then the contrib make is running, also ffmpeg gets compiled without any problems. I don't know what's going wrong with the contrib compile of la...
by Titanic
17 Sep 2010 09:34
Forum: Development around libVLC
Topic: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll
Replies: 6
Views: 1196

Re: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll

OK, with the help of j-b (over IRC) I got my 1.1.4 source tarball with newest contrib files (20100824) compiled on MSys/MinGW. You simply have to change the configure script to disable compiling of the upnp part of VLC (--disable-upnp). That did the trick for me. Thanks again to j-b for helping me o...
by Titanic
16 Sep 2010 12:32
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling under windows
Replies: 8
Views: 985

Re: Compiling under windows

I have exactly the same problem. Does somebody have a solution to get it work in a MinGW environment on Windows?
by Titanic
16 Sep 2010 11:34
Forum: Development around libVLC
Topic: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll
Replies: 6
Views: 1196

Re: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll

I've played around with the x264 libraries (libh264_plugin.dll and libx264_plugin.dll). In my first report, VLC was using the x264 version 0.98.X (I assume this is the version from contrib 20100608) but my installed VLC player (1.1.4) has x264 version 0.104.X. So I thougt, perhaps replacing my 0.98 ...
by Titanic
16 Sep 2010 09:32
Forum: Development around libVLC
Topic: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll
Replies: 6
Views: 1196

Re: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll

OK, I updated the contrib file with the latest download (contrib-20100824-win32-bin-gcc-4.4.4-runtime-3.17-only.tar.bz2) but when I compile the source tarball 1.1.4 I get linker errors (undefined references in vlc/modules/services_discovery/upnp_intel_cpp). I also tried the Git version 1.2.0 to comp...
by Titanic
16 Sep 2010 08:34
Forum: Development around libVLC
Topic: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll
Replies: 6
Views: 1196

Re: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll

I used the plugins from the file contrib-20100608-win32-bin-gcc-4.4.4-runtime-3.17-only.tar. I'll try to compile VLc again with the current version of the plugins. Perhaps that helps. Keep you posted
by Titanic
15 Sep 2010 18:50
Forum: Development around libVLC
Topic: SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll
Replies: 6
Views: 1196

SIGSEGV while using libVLC 1.1.4 in libx264_plugin.dll

Hi everybody, I'm new to libVLC programming so please be patient with me. I'm developing an application on Windows (Win 7 x64 with MinGW for GDB) which uses the invmem module to get pictures from a memory block into libVLC. If I only display the pictures imported it works and I see the pictures. Now...
by Titanic
14 Sep 2010 10:25
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78404

Re: Usage of libvlc.dll in C#

Had a similar problem. Solved it by changing the calling convention to Cdecl instead of Winapi/Stdcall for all InterOp functions Example: [DllImport("libvlc", CallingConvention=CallingConvention.Cdecl)] internal static extern IntPtr libvlc_new(int argc, [MarshalAs(UnmanagedType.LPArray, Ar...

Go to advanced search