Hi,
I am using libvlc to stream video over wifi. When wifi suddenly disconnects, if the VLC control still indicates that the video is still playing, I call "libvlc_media_player_stop".
Unfortunately, in this scenario calling "libvlc_media_player_is_playing" shows that the video still plays (although I can visually see that it's stuck) and the subsequent call to "libvlc_media_player_stop" hangs for ~30 seconds.
What exactly am I doing wrong?