<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 10 (filtered)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.StyleCourrierlectronique17
{font-family:Arial;
color:windowtext;}
@page Section1
{size:595.3pt 841.9pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=FR link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=3 face="Times New Roman"><span lang=EN-GB
style='font-size:12.0pt'>Hello,<br>
<br>
I am building a video player using libvlc (0.8.6c) under Windows XP.<br>
<br>
My application allows to change the current item (the items were previously
added with the <b><span style='font-weight:bold'>libvlc_playlist_add</span></b>
function).<br>
To do that I use in the code the <b><span style='font-weight:bold'>libvlc_playlist_play</span></b>
function (using the new item Id as second parameter).<br>
<br>
Frequently (especially with big video files), calling this function causes a <b><span
style='font-weight:bold'>crash or an abnormal and unpredictable behaviour</span></b>
(the subsequent libvlc functions calls does not work normally).<br>
<br>
I tried to put a temporisation after the call to <b><span style='font-weight:
bold'>libvlc_playlist_play</span></b> : the problem occurs less frequently but
still occurs, and I can not find any workaround.<br>
<br>
Perhaps does a better/safer solution to change the current item exist ?<br>
<br>
</span>Thank you in advance for any help,<br>
<br>
Chris. B</font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'> </span></font></p>
</div>
</body>
</html>