Archive for the ‘Internet Services’ Category
Embedded codes in your website
1. VLC embedded code:
<iframe id=”frameCamera” src=”http://www.microseven.com/vlc.html”
width=”352″ height=”240″ align=”left” frameborder=”0″ marginwidth=”0″
marginheight=”0″ scrolling=”no”></iframe>
http://www.microseven.com/vlc.html parameters:
ip(m7demo), port(554), w(352), h(240)
Example:
In the src= ” “, URL is http://www.microseven.com/vlc.html?ip=[your ip address of camera]&port=[web port of camera]&w=[width of image size]&h=[height of image]
There are no space between in the URL.
2. IE embedded code:
<iframe id=”frameCamera” src=”http://www.microseven.com/video.html”
width=”352″ height=”240″ align=”left” frameborder=”0″ marginwidth=”0″
marginheight=”0″ scrolling=”no”></iframe>
http://www.microseven.com/video.html parameters:
ip(m7demo), port(9660), channel(1), w(352), h(288), uid(admin),
pwd(password)
Example:
In the src= ” “, URL is http://www.microseven.com/video.html??ip=[your ip address of camera]&port=[video port of camera]&channel=[if you have network camera, it is 1]&w=[width of image size]&h=[height of image]&uid=[account to access camera]&pwd=[this account password to access camera]
If you have questions, please email to support@microseven.com.