<div>Thanks Greg, i try it yesterday on Windows and couln&#39;t </div>
<div>make it work.  </div>
<div> </div>
<div><strong>And really really thanks Neil</strong> for all the work you have been releasing to the public.</div>
<div><br>(specially around SICP stuff ) </div>
<div> </div>
<div>J.A. Garcia</div>
<div> </div>
<div>On Mon, Sep 24, 2012 at 8:44 AM, Greg Hendershott <span dir="ltr">&lt;<a href="mailto:greghendershott@gmail.com" target="_blank">greghendershott@gmail.com</a>&gt;</span> wrote:<br></div>
<div class="gmail_quote">
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div class="im">&gt; (I&#39;m also working on a home theatre thing, in which a Racket &quot;web-server&quot;<br>&gt; servlet is using this library, and providing a UI through Web browsers of<br>&gt; handheld devices on the home LAN.)<br>

<br></div>Cool idea.<br>
<div class="im"><br>&gt; If anyone wants to try out this Racket front-end to the VLC media player at<br>&gt; this point, I&#39;d appreciate hearing whether/how it works on your particular<br>&gt; platform and VLC version.<br>

&gt;<br>&gt; <a href="http://www.neilvandyke.org/racket-vlc/" target="_blank">http://www.neilvandyke.org/racket-vlc/</a><br><br></div>I tried it and it works well on OS X 10.7.5 with VLC 2.0.3.<br><br>As I expected since I don&#39;t have VLC in my path, start-vlc needed me<br>

to supply #:command for it to find the executable.<br><br>I did notice that the custodian shutdown didn&#39;t seem to work as I<br>understood the docs to say. If I run the following short program from<br>Racket at the command line, after Racket exits the VLC process is<br>

still running and playing. I would need to add an explicit call to<br>vlc-shutdown.<br><br>#lang racket<br><br>(require (planet neil/vlc:1:0))<br><br>(define vlc-cmd &quot;/Applications/VLC.app/Contents/MacOS/VLC&quot;)<br>

(define vlc (start-vlc #:command vlc-cmd))<br><br>(define f &quot;<a href="http://yp.shoutcast.com/sbin/tunein-station.pls?id=21585" target="_blank">http://yp.shoutcast.com/sbin/tunein-station.pls?id=21585</a>&quot;)<br>
(vlc-url? f)<br>
(vlc-add f)<br>(sleep 10)<br>;; no call to vlc-shutdown<br>
<div class="HOEnZb">
<div class="h5">____________________<br>  Racket Users list:<br>  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br></div></div></blockquote></div><br>