<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi<br><br>I am trying to add avent support for vlm (like in libvlc_media for medias).<br><br>But for libvlc_media, we have media.c in src/control/media.c so we can access directly input items in it.<br>The problem with vlm is that vlm.c is located in src/input/vlm.c AND src/control/vlm.c.  input_items  I'd like to watch are located in the input/vlm.c file so I can't access to the libvlc data and functions.<br><br>Do you think I should catch input items events and send vlm vlc_event in input/vlm.c and then catch vlm events in control/vlm.c to send libvlc_events ?<br><br>Hope my post is not too confusing<br><br>thanks<br><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>