Monoprice 9207 IP Camera Converter User Manual

Page 50

Advertising
background image

MPEG-4 Video Server

50

Appendix F. Third party and embedded web page

integration

For third party and embedded web page integration, video server support 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. Video server 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 video server product. CAM_ID is

the unique Camera ID of the specific video server product. Password is the video play

password of the specific video server product(detailed in section 3.5). Users can

modify the password of the video server product 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>

Advertising