"libvlc_media_player_stop" deadlock
Posted: 14 Nov 2009 08:41
by fenterdh
I use libvlc.dll to cyclely record.But program randomly deadlock in "libvlc_media_player_stop".What's the problem? How to solve it?My VLC version is 1.02. Thanks in advance.
Re: "libvlc_media_player_stop" deadlock
Posted: 14 Nov 2009 11:05
by RĂ©mi Denis-Courmont
Make sure you are not calling that function from one of the VLC callbacks. Otherwise, complain to
vlc-devel@videolan.org
Re: "libvlc_media_player_stop" deadlock
Posted: 18 Nov 2009 09:48
by Beardless2
a few of us have got this issue. the workaround is to remove the displat hwnd before calling stop() or release()
viewtopic.php?f=32&t=62504&start=0&hilit=delphi