<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>All,<br><br>Here is a patch I made to trunk allow some vlm broadcast functionality through libvlc.<br><br>For some reason, when I stream an mp4 file from a python session using the following commands, the window locks up either from a deadlock or infinite loop after the stream is over. Due to gdb debugging problems and my inexperience with valgrind I have been unable to fix this. Hopefully I can fix it soon, or someone else can have a try. Here are the commands from an Ipython session<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>In another session to play the video you can use the following<br><br>import vlc<br>mc=vlc.MediaControl()<br>mc.playlist_add_item('udp:127.0.0.1')<br>mc.start(0)<br><br>Let me know if
 this patch  is acceptable. This is my first one so please be gentle :).<br><br>Thanks,<br>Andrew<br></div></div></body></html>