<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'>Hi,<br>
<br>
I am looking for a way to display the image corresponding to a specific time "t",
in pause mode, when the player is already in pause mode and a "set time to
t" in asked.<br>
<br>
In other words, the sequence would be :<br>
<br>
play <i><span style='font-style:italic'>// libvlc_playlist_play</span></i><br>
...<br>
pause <i><span style='font-style:italic'>// libvlc_playlist_pause</span></i><br>
<br>
move to a specific time <i><span style='font-style:italic'>// libvlc_input_set_time</span></i><br>
<b><span style='font-weight:bold'>==> The image corresponding to this
specific time is displayed.<br>
The player stays in "pause" mode.</span></b><br>
<br>
move to a another specific time <i><span style='font-style:italic'>//
libvlc_input_set_time</span></i><br>
<b><span style='font-weight:bold'>==> The image corresponding to this other
specific time is displayed<br>
The player stays in "pause" mode.</span></b><br>
<br>
The current behaviour of my player based on libvlc (and of VLC media player
0.8.6c, unlike other players) is not to update the image in pause mode even if
the read position is changed.<br>
<br>
Thank you in advance for any help,<br>
<br>
Chris. B</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'> </span></font></p>

</div>

</body>

</html>