Search found 8 matches

Go to advanced search

by g6r6e6g
23 Jan 2009 16:00
Forum: Development around libVLC
Topic: libvlc multi instances
Replies: 2
Views: 1616

Re: libvlc multi instances

Thank you for those links,
I will try to develop 1 workaround ...
by g6r6e6g
23 Jan 2009 15:36
Forum: Development around libVLC
Topic: libvlc multi instances
Replies: 2
Views: 1616

libvlc multi instances

Hello, I m using libvlc into 1 visual studio project but since vlc0.8.6 I have troubles when I m trying to use multiple instances in the same time. With latest releases (new libvlc API), I always have same trouble, in sample code below I just play video1 without video-title-show then meanwhile I pla...
by g6r6e6g
12 Jan 2009 11:43
Forum: VLC media player for Windows Troubleshooting
Topic: 2nd libvlc_destroy() call is crashing
Replies: 3
Views: 322

Re: 2nd libvlc_destroy() call is crashing

In libvlc.c, we only create the Msg queue on 1st call to VLC_Create(), but when calling VLC_Destroy() we systematically destroy the Msg queue, can someone confirm there is 1 bug here ? int VLC_Create( void ) { ... if( !libvlc.b_ready ) { ... /* Initialize message queue */ msg_Create( p_libvlc ); ......
by g6r6e6g
09 Jan 2009 16:55
Forum: VLC media player for Windows Troubleshooting
Topic: 2nd libvlc_destroy() call is crashing
Replies: 3
Views: 322

Re: 2nd libvlc_destroy() call is crashing

Thank you erwan10 for your response, If I understand there is 1 risk when using config_GetPsz() but config_GetPsz() is only called in Init() of vmem and args are copied into instance datas ... so I do not see the impact on libvlc_destroy(). vmem source code part : struct vout_sys_t { int i_width, i_...
by g6r6e6g
09 Jan 2009 15:04
Forum: VLC media player for Windows Troubleshooting
Topic: 2nd libvlc_destroy() call is crashing
Replies: 3
Views: 322

2nd libvlc_destroy() call is crashing

Hello, I try to play 2 videos on vlc086e (win32 libvlc) with vmem plugin, I create new instance/play 1st video => OK I createnew instance/play 2nd video => OK I stop and destroy correctly my 1st instance, but libvlc_destroy() crash on my 2nd instance. If I create/destroy 2 videos sequentially, no pr...
by g6r6e6g
07 May 2008 18:19
Forum: VLC media player for Windows Troubleshooting
Topic: plugins linked to libvlc.dll.exe ?
Replies: 5
Views: 716

Re: plugins linked to libvlc.dll.exe ?

I solved this problem, look at my post !!!
by g6r6e6g
07 May 2008 18:03
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc.dll.exe [resolved]
Replies: 1
Views: 1657

Re: libvlc.dll.exe [resolved]

GOOD NEWS !!! after 3 days of desert-camp into Makefiles, cygwin, mingw and libtool, I finally found how to restore good linking of VLC.EXE and its plugins with libvlc.dll !!! You simply have to modify the libtool shell-script generated by configure, after ./bootstrap ./configure --disable-gtk --ena...
by g6r6e6g
05 May 2008 17:07
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc.dll.exe [resolved]
Replies: 1
Views: 1657

libvlc.dll.exe [resolved]

Hello to all community, I m trying to compile vlc 0.8.6e, my config is : - Sources vlc-0.8.6e.tar.gz contrib-0.8.6e-gcc-3.4.5-only.tar.bz2 - Windows Vista - Cygwin env. Archive 5.52-2 unzip (recommended: goes hand in hand with zip utility) 2.23-2 zip (required: to make self contained zip packages) D...

Go to advanced search