Hi All,<br><br>I am trying to write a Player application using libVLC.  Player should have the ability to play same file again and again.. But I am encountering following issues in it.<br><br>When I get libvlc_MediaPlayerEndReached event with first play, I spawn another thread and in that thread I initialize mediaplayer instance again.  MediaPlayer is created successfully  but doesn't respond to Play/PAUSE APIs. Is it because I am using the same window handle as used for the first play?<br>
<br>Do I need to create a new window handle for second play? Or Is it that I am not doing initialization properly.<br>Any help will be appreciated.<br><br>Thanks<br>MG<br><pre><br></pre><br>