Jump to content

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


hunter042

Recommended Posts

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 to enter network password two time which 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 i am pasting my WMP code as follows

http://username:password@IP address:Port/sd/path/filename.avi

<object id="MediaPlayer" width="300" height="300" type="video/x-ms-asf"><param name="FileName"value="http://admin:admin123@192.168.1.5:8099/sd/20131210/rec000/P131210_102036_103038.avi"><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" src="http://admin:admin123@192.168.1.5:8099/sd/20131210/rec000/P131210_102036_103038.avi" width="192" height="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0" /></object>

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...