Monoprice PID 9205 Plug Play Wireless Day and Night Network IP Camera with Audio MPEG4 User Manual

Page 51

Advertising
background image

Plug & Play Wireless Day and Night NetworkCamera

51

Appendix F. Third Party and Embedded Web Page

Integration

For third party and embedded web page integration, the IP Camera supports the

standard RTSP protocol and video/audio codecs needed by most popular video

playback software, including Apple QuickTime and VideoLAN. The supported media

protocols include TCP and UDP. The IP Camera will automatically use TCP or UDP

media streaming, depending on the connection request. The video codec supported is

MPEG4 and the supported audio codecs are AMR-NB and MPEG2-audio.

The access methods are as following:

rtsp://ip_cam_address/CAM_ID.password.mp2

for MPEG4 video + MPEG2 audio

rtsp://ip_cam_address/CAM_ID.password

for MPEG4 video + AMR-NB audio

where "ip_cam_address" is the IP address of the IP camera, "CAM_ID" is the

unique Camera ID of the specific IP camera, and "password" is the video play

password of the specific IP camera (detailed in section 3.6). You can modify the

password of the IP camera to prevent others from viewing the video.

For embedded web page integration, add the following code into the proper

position of the desired web page:

<object classid="clsid:5C519EC4-2BAE-44CE-B7F5-AD0CCD4BEFBD" id="mpeg4ax"

codebase="http://www.starvedia.com/ActiveX/axmpeg4.cab#Version=0,0,0,0"

width="320" height="240">

<param name="Src" value="

rtsp://ip_cam_address/CAM_ID.password.mp2

">

</object>

Advertising