Page 1 of 1

VLC Web embedded: it's a bug?

Posted: 28 Sep 2006 18:05
by jvlc
VLC Web embedded seem doesn't work for "SRC VALUE" contains Extended ASCII chars...as ù, ò, ì, è, etc...

A very simple code:
---------------------------------------------------------------------------------
<HTML><BODY bgcolor="#000000">
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
width="640" height="480" id="vlc" events="True">
<param name="Src" value="D:/PlayDemoì.mp3" >
<param name="ShowDisplay" value="True">
<param name="AutoLoop" value="True" >
<param name="AutoPlay" value="True">
<param name="Volume" value="50">
</OBJECT>
</BODY></HTML>
---------------------------------------------------------------------------------

Tanks in advance for all replies!

Posted: 28 Sep 2006 19:27
by funman
don't know if that can help but..

what if you specify your character encoding in the html ?

Posted: 29 Sep 2006 19:12
by jvlc
Thanks for your reply.

In my opinion there is a problem in Web Embedded solution.
Why VLC (command line, default player interface) play all files with every chars and VLC Web Embedded doesn't work fine?

Can you try to add a resource contains chars as à, ù, ì, etc...?

Thanks!
By.

Help, please!

Posted: 02 Oct 2006 12:06
by jvlc
Please, does anyone know what to do???

Thanks!

Posted: 03 Oct 2006 10:25
by The DJ
funman already gave the answer you are looking for.