First, make sure that that the latest version of VLC is installed (it was released a couple of days ago, so probably most of you won't have it). Next, check the configuration of the videolan plugin. You can specify the streams it should accept there, for example: http://,udp://,mms:// . Please check whether writing the data went OK by checking the mediaportal.xml file for:
<section name="vlcplugin">
<entry name="enabledextensions">.ts,.gary</entry>
<entry name="enabledstreams">udp://,http://</entry>
</section>
Edit: Is it possible that a channel doesn't start without an
'#EXTINF' tag? The parser won't think your playlist is right if it isn't there.
I have the latest version of vlc, didnt have that in my .xml file so added it, still nothing. I also added #EXTINF to eht playlist, still nothing. Any ideas?