<div>Hello!</div>
<div> </div>
<div>I prepared a patch for VLC 1.0.1 that enables support for multiple inputs for VoD streaming. I wrote about it here: <a href="http://forum.videolan.org/viewtopic.php?f=11&t=63559">http://forum.videolan.org/viewtopic.php?f=11&t=63559</a></div>

<div> </div>
<div> </div>
<div>In the patch, when calling the <font size="2">vlm_ControlInternal function, I used a strange parameter "dummy_string". This string doesn't mean anything, but since it is not the first call of vlm_ControlInternal with <font size="2">VLM_START_MEDIA_VOD_INSTANCE for the current session (the first call was already made when the first input of the list was played, and now we are playing one of the next files), the last argument ("dummy_string") is eventually ignored (that happens in the <font size="2">vlm_ControlMediaInstanceStart function)</font>.  So it doesn't really matter what we put here. </font></font>The argument, however, must be specified, otherwise we will get VLC_EGENERIC.</div>

<div> </div>
<div> </div>
<div>The patch is in the attachment, I hope it could be helpful for anyone.</div>