<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Hi fenrir,<br><br>I tested out your libvlc/vlm code using my initial test case and it is doing the same thing as with my patch. The mpeg file streams fine but locks up the console when the video is done playing. Below is my test case using the python bindings. Note that after a make/ sudo make install, I had to copy the libvlc shared libs to /usr/lib. I used the following command (sudo cp /usr/local/lib/libvlc* /usr/lib).<br><br>TEST CASE<br>--------------------------------------<br><br>Ipython Session 1:<br>--------------------------------<br>import vlc<br>bc=vlc.Instance()<br>bc.vlm_add_broadcast('chan2','movies/tr.mp4','udp:127.0.0.1')<br>bc.vlm_play_media('chan2')<br><br><br>Ipython Session
 2:<br>--------------------------------<br>import vlc<br>mc=vlc.MediaControl()<br>mc.playlist_add_item('udp:127.0.0.1')<br>mc.start(0)<br><br><br>Thanks for all your help.<br><br>-Andrew<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Laurent Aimar <fenrir@via.ecp.fr><br>To: vlc-devel@videolan.org<br>Sent: Monday, May 21, 2007 3:30:22 PM<br>Subject: [vlc-devel] Re: patch for vlm<br><br><div>On Mon, May 21, 2007, Andrew Stone wrote:<br>>    Thanks fenrir. Is this new api the one with ExecuteCommand() calls? Is it<br> You should only need :<br>   vlm_New<br>   vlm_vlm_Delete<br>   vlm_Control<br> Of course you may miss something but if so, just ask I will add the missing<br>vlm_Control query.<br><br> I have commited the main libvlc_vlm functions but I haven't tested them. Could you report<br>any bugs (and a test case if possible)
 ?<br><br>-- <br>fenrir<br><br>-- <br>This is the vlc-devel mailing-list, see <a target="_blank" href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a target="_blank" href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></div></div><br></div></div></body></html>