Appendix f, Third party and embedded web page integration – PROLiNK PIC1005WN User Manual User Manual
Page 52

EN 49
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 generally used video play software, including Apple QuickTime and VideoLAN.
The supported media protocols including TCP and UDP. The IP Camera will automatically use TCP or UDP media
stream depends on the connection request. The video codec supported is MPEG4, the audio codecs supported are
AMR-NB and MPEG2-audio.
The access methods are the followings:
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.
Password is the video play password of the specific IP Camera (detailed in section 3.6). Users can modify the password
of the IP Camera to prevent others to see the video.
For embedded web page integration, add the following codes 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>