Hello all.
For my first post, I would first like to say, what a great project. I've been reading the forums for the last few days and think VideoLan will be perfect for what I'm trying to do.
Now the problem. It should have a simple answer, but I can't seem to find it!
I'm using the latest activeX inside a IE7 web page. Code is here, almost directly from what I found here on the board.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<BODY marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="500" height="400" id="vlc" events="True">
<param name="Src" value="test.avi" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="100" />
</OBJECT>
</BODY>
</HTML>
This works, just not so well.
The avi plays, but it is VERY dark. It seems that it is also, at a low color depth. If I stream from VLC on the server to VLC on the client, this file looks fine. Just not in the activeX.
The AVI is actually a Divx file.
Ideas? And thanks again for a great product and friendly community.