James, I'm not looking for support(It's not your problem). Just wanted to update you on what i've found. I changed the stream to one of your tutorial video's on youtube. I no longer get the activex credentials popup, but the video fails to play in IE. I think what is happening is my login info is okay, it just fails to play the stream & try's to repeat the login process.
I attached the html & corresponding vlc playlist. You do need to have VLC installed for it to work.
VC code: <?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.8-->
<command id="470" name="InControl DoorbellCam Pop-up" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="Enable last action if you want the forecast read aloud as well.
">
<action>
<cmdType>RoboB.Select</cmdType>
<params>
<param>Doorbell</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>InputKeys.Send</cmdType>
<params>
<param>{LWIN}({M})</param>
<param>This is for WMC users(Can be removed). WMC doesn't allow anything to run in front of it's window. This unfocus' it in the least unobtrusive way as possible.</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<params>
<param>You have a visitor at the front door. </param>
<param><![CDATA[ ]]></param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>File.Read</cmdType>
<params>
<param>{Path.VC}\Plugins\TCP\html\Doorbell.html</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Navigate</cmdType>
<params>
<param>{Path.VC}\Plugins\TCP\html\Doorbell.html</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Wait</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Show</cmdType>
<params>
<param>True</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.ShowFrame</cmdType>
<params>
<param>False</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.SetWinSize</cmdType>
<params>
<param>775</param>
<param>450</param>
<param>0</param>
<param>0</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>InputKeys.Send</cmdType>
<params>
<param>{F5}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.SetEventTimer</cmdType>
<params>
<param>15</param>
<param>Doorbellpop-up</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<event>Doorbell</event>
</command>