Page 1 of 1

libvlc_media_player_stop dont return

Posted: 20 Jun 2013 17:03
by joseAndresGomezTovar
hello,

I am developing with libvlc v2.0.3.
sometimes when I call libvlc_media_player_stop the method don´t return.

I call STOP before call PLAY (libvlc_media_player_play)

What can I do?

Thank you in advance

Re: libvlc_media_player_stop dont return

Posted: 20 Jun 2013 17:33
by Rémi Denis-Courmont
Run a debugger and check what is stuck in the stack traces of all threads?

Re: libvlc_media_player_stop dont return

Posted: 21 Jun 2013 14:31
by mangokm40
hello,

I am developing with libvlc v2.0.3.
sometimes when I call libvlc_media_player_stop the method don´t return.

I call STOP before call PLAY (libvlc_media_player_play)

What can I do?

Thank you in advance
The forum search feature reveals this:

viewtopic.php?f=32&t=108560&p=367870&hi ... ck#p367870

Hope that helps.