I have a new HTC 6800 running Mobile 6 Pro. I cannot view a specific live webcam (the whole reason I bought this device).
I get no error message, just nothing.
Web site address is www.marestare.com/bitoblue.php if that helps.
Cam is called by this javascript code:
<script type="text/javascript">
var po1 = new PlayerObject("player1");
po1.eventHandler.OnStart = OnStart;
po1.eventHandler.OnStop = OnStop1;
po1.eventHandler.OnPause = OnPause;
po1.eventHandler.OnResize = OnResize1;
po1.eventHandler.OnError = OnError1;
po1.createPlayer(320, 265);
po1.initPlayer();
</script>
They're using UMedia Server and Player.
Things I've tried:
downloaded Opera (seemed to at least hold the right amount of space for the video)
various media players which allow viewing of YouTube type videos only
There has to be something out there for me to view this cam! HELP
Thanks in advance!