<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2>Hi</FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff size=2>I It
looks like you are using AX v1, so.</FONT></SPAN><SPAN
class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2>Try</FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2>no-video-title-show</FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff size=2>I use
this in "options" though rather than a param declaration, but that would mean
sticking the object in & then adding the udp in a function call with
options. (but, i've just cheched replacing my DVB with your UDP & it
wont show, but hopefully the code below "may" help steer you). I'm not a VLC dev
though, just a user.</FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff size=2>Code
=</FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2><OBJECT
classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"<BR>
codebase="\"axvlc.dll\"<BR> width="1022" <BR> height="575"
<BR> id="vlc" events="True"><BR> <param name="ShowDisplay"
value="True" /><BR> <param name="AutoLoop" value="true"
/><BR> <param name="AutoPlay" value="True" /><BR> <param
name="Volume" value="100"><BR></OBJECT> <BR><script
type="text/javascript"></FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff size=2>var
vlc = document.getElementById('vlc');<BR>var options = new
Array("dvb-frequency=722167","dvb-bandwidth=8","program=4415","no-video-title-show")<BR>var
targetURL ="dvb-t://";<BR>var mode = "2"<BR>var position =
"0"<BR>document.vlc.addTarget(targetURL, options, mode,
position);<BR>document.vlc.play();</FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></script></FONT></SPAN></DIV>
<DIV><SPAN class=945250902-25032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=945250902-25032010></SPAN> </DIV>
<DIV></DIV>
<DIV><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
vlc-bounces@videolan.org [mailto:vlc-bounces@videolan.org] <B>On Behalf Of
</B>Dmitry Ofitserov<BR><B>Sent:</B> 24 March 2010 16:58<BR><B>To:</B>
vlc@videolan.org<BR><B>Subject:</B> [vlc] Embedded VLC Player - Video
Title<BR><BR></DIV></FONT>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top>Hello,<BR><BR>We are using the following Web page to play
the IPTV on the Web with the embedded VLC
player:<BR><BR><html><BR><head><title>Embedded VLC
Player</title></head><BR><body><BR><OBJECT
classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
<BR>codebase="c:\Program Files\VideoLAN\VLC\axvlc.dll"<BR>width="1200"
height="900" id="vlc" events="True"> <BR><param name="Src"
value="udp://@225.168.1.88:50688" /> <BR><param name="ShowDisplay"
value="True" /> <BR><param name="AutoPlay" value="True"
/> <BR></OBJECT> <BR></body><BR></html><BR><BR>This
page works fine, but when the video starts to play, it displays the
tilte "udp://@225.168.1.88:50688" for 5 sec at the bottom of the page.
Please advise how to disable this title or at least to change it to
something like "CNN." We tried the following options, which did not
work:<BR><BR>video-title="CNN"<BR><BR>video-title-timeout=0000<BR><BR>video-title-show=0<BR><BR>Please
advise,<BR>Dmitry<BR></TD></TR></TBODY></TABLE><BR></BLOCKQUOTE></BODY></HTML>