94
Parameter Description
channel
If the product supports multiple streaming channels
simultaneously, we will append the parameter
“[?|&]channel=[1|2|...]” to identify, example:
To view the 1st channel streaming: video.sav or
video.sav?channel=1
To view the 2nd channel streaming:
video.sav?channel=2
video
If the product supports multiple video codec simultaneously,
we will append the parameter
“[?|&]video=[MPEG4|MJPEG|H264]” at the end of original
URL to identify, example:
To view streaming with MPEG4 video:
video.sav?video=MPEG4
To view streaming with H264 video:
video.sav?video=H264
Mix the
parameters
channel and
video
If the product supports multiple streaming channels and
multiple video codec at one video channel simultaneously, we
will append both channel and video parameters to identify, the
parameter “channel” is the main key with priority.
Response error if parameters are not correct.
If only “channel” parameter provided, stream the
default video, priority is: MPEG4, MJPEG, H264.
If none parameter provide, use the default channel
number, and then stream the video by priority channel 1,2,3…
If only “video” parameter provided, stream the video
from the channel supports, use the default channel number, and
then priority is: 1,2,3,…
Example#1:
Total is 3 channels, the 1
st
channel has H264 video
and the 2
nd
channel has MPEG4 video, the 3
rd
channel has
MJPEG video, default viewer channel is 1
st
, then:
To view the H264 (or to view the 1
st
channel video):
video.sav?channel=1
or
video.sav?video=H264
or
video.sav?channel=1&video=H264
To view the MPEG4 (or to view the 2
nd
channel
video):
video.sav?channel=2
or
video.sav?video=MPEG4
or
video.sav?channel=2&video=MPEG4
To view the MJPEG (or to view the 3
rd
channel
video):
video.mjpeg
Example#2:
Total is 3 channels, the 1
st
channel has H264 video