I put in an HTTP url for a .ASX stream into the VLC Player, and it plays fine. When I define the same stream to be used through an embedded player, as follows (MRL param), nothing shows up in the player window:
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
width="480"
height="320"
id="vlc"
events="True">
<param name="MRL" value="http://servername.att.com/U_7065_4200_01.asx"/>
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="50" />
<param name="toolbar" value="true" />
<param name="StartTime" value="0" />
<EMBED pluginspage="http://www.videolan.org"
type="application/x-vlc-plugin"
version="VideoLAN.VLCPlugin.2"
width="480"
height="320"
toolbar="true"
name="vlc">
</EMBED>
</OBJECT>
Any suggestions on how I can diagnose this? (I'm not able to locate a vlc log file anywhere). Other HTTP streams (non ASX) are working fine through both the player and the object tag.
Thanks, Steve