Last resort is to configure the server to throw out a second, muted stream and play that, but as that would increase overheads that end and the network, I'd much rather get it working client side.
Any ideas or tips?
Code: Select all
<!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" bgcolor="black">
<marquee scrollamount=728" loop="0" behavior="slide">
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="file://c:\Program Files (x86)\VideoLAN\VLC\axvlc.dll"
width="728" height="410" id="vlc" events="True">
<param name="Src" value="[RTP URL]" />
<param name="ShowDisplay" value="True" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="0">
</OBJECT>
</marquee>
</BODY>
</HTML>