User`s manual

VPort CGI Commands VPort Set/Get Configuration CGI URL and Parameter Items
2-30
Description: format of StreamingSupport and
StreamingNowCodec:
StreamingSupport:
Channels,[Channel1,Streams,(S1,Codectype,Mode),(S2,CodecType,Mode)…],[Channel2,Streams,(S1,Codec
type,Mode),(S2,CodecType,Mode)…],………
StreamingNowCodec:
Channels,[Channel1,Streams,(S1,Codectype),(S2,CodecType)…],[Channel2,Streams,(S1,Codectype),(S2,Co
decType)…],…….
Channels video input numbers for MOXA VPort.
Streams video stream numbers of video stream support by each video input.
Mode 2 = Dual stream, 1 = Single stream
Codectype MPEG4(=1), MJPEG(=2), H264(=4) (“OR” all of multiple codec supported)
Channel(n) Configuration of n-th channel.
S(n) Configuration of n-th stream.
Examples:
Example 1:
StreamingSupport =1,[1,1,(1,3,2)]
There is only one video input channel.
Channel can only output one video stream.
Stream1 can only provide MPEG4 or MJPEG stream at the same time.
Example 2:
StreamingSupport =2,[1,2,(1,2,1),(2,3,1)],[2,1,(1,3,2)]
There are two video input channels.
First channel provides two different streams.
Stream1 can only support MJPEG stream.
Stream2 can provide MJPEG and MPEG4 at the same time.
Second channel provides one video stream. This stream can only provide MJPEG or MPEG4 stream at the
same time.
Example 3:
StreamingNowCodec =1,[1,1,(1,1)]
There is one video input channel.
This input channel only provides one stream and the stream codec type is MPEG4.
Example 4:
StreamingNowCodec =1,[1,1,(1,2)]
There is one video input channel.
This input channel only provides one stream and the stream codec type is MJPEG.