<div class="gmail_quote">On Tue, Aug 11, 2009 at 8:40 PM, Pierre d'Herbemont <span dir="ltr"><<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div id=":zc" class="ii gt">I would strongly encourage to build a qt4 interface on top of libvlc. I think you would be surprised to see how much you would gain in term of simplicity.</div></blockquote></div><br>Since libvlc's media list seemed well written to me as much as I looked into it I also think it would be great to use it for vlc's plugin qt4 interface instead of keeping two implementations at the same time.<br>
<br>Maybe it would be possible to only use the media list from libvlc while using directly the core for all the rest?<br>I am guessing the biggest gap to bridge would be to play the media list without a libvlc media player, but using the core?<br>
<br>Or maybe libvlc could be so modified that a media list doesn't need to hold a reference to a libvlc media player, but the opposite way: a media player get's data from a media list - so on the other hand the vlc executable does the same, avoiding the media player.<br>