IP camera streaming and playback issue using Widows media player embedded code

I have H-series ip camera, i want to play recorded video in SD card of that ip camera in “Windows Media player”, I have embedded WMP code in my application, I am able to play it but when i load my application page it is asking me two time user authentication that i don’t want, i am passing user authentication in src(underline and bold) as shown in following code, how to solve this issue pleas help me out my WMP code as follows

<object id=“MediaPlayer” width=“300” height=“300” type=“video/x-ms-asf”>
<param name=“FileName”[B][U]value=“http://admin:123456@192.168.1.4:8088/sd/20131210/record000/P131210_102036_103038.avi[/U][/B]”>
<param name=“autostart” value=“true”>
<param name=“ShowControls” value=“true”>
<param name=“ShowStatusBar” value=“false”>
<param name=“ShowDisplay” value=“false”>
<embed type=“application/x-mplayer2” [U][B]src=“http://admin:123456@192.168.1.4:8088/sd/20131210/record000/P131210_102036_103038.avi[/B][/U]
width=“192” height=“190” ShowControls=“1” ShowStatusBar=“0” ShowDisplay=“0” autostart=“0” />
</object>

Passing a username and password like that only works with FTP addresses. It doesn’t work for HTTP(S) addresses.

[;834489"] Microsoft KB Page](http://support.microsoft.com/default.aspx?scid=kb;[LN)

it was working in VLC player but i want it with “Windows media player”. WMP play those video but ask two time pop up for camera authentication. please help me to solve this issue

thank you

If you read the article, you’ll see that Internet Explorer does not support what you’re trying to do. WMP is tied to the IE engine, so unfortunately, it’s not possible in WMP.