For accessing streaming, Methods, Sdp for always multicast – Vivotek S Series IZ9361-EH 1080p Outdoor Network Bullet Camera with Heater User Manual

Page 449: 40 accessing sftp server and client, 2 get, Capability_media_streamprofiles_support = 1 ), 1 sftp server setting for event action

Advertising
background image

VIVOTEK

User's Manual - 449

© 2020 VIVOTEK INC. All Right Reserved

294

ERROR: The device does not exist or is busy
ERROR: Formatted successfully, but cannot create database

8.39

Methods

for Accessing Streaming

8.39.1 Get Stream URI

(

capability_media_streamprofiles_support = 1

)

Note:

This request requires Viewer access privileges.


Syntax:
For RTSP, the user needs to input the URL below into a RTSP compatible player.
rtsp://<

servername

>:<port>/media2/stream.sdp?profile=<streamprofile_i<0~(n-1)>_token>[&<par

ameter>=<value>]

“n” is the maximum stream profile number (capability_media_streamprofiles_num)

“streamprofile_i<x>_token” is the unique identifier for each profile, x is within
0~(capability_media_streamprofiles_num)-1.

port is the rtsp port.

Please refer to the streamprofile group for requesting the stream profile token value for each
profile.

PARAMETER VALUE

DESCRIPTION

pimssm 1

1

: Enable the feature of Protocol

Independent Multicast - Source
Specific Multicast.
* This field is only required when
using PIM-SSM feature.
* Only valid when
network_rtsp_pimssm_enable=1.


Example:
Request the streaming of streamprofile_i0_token=profile200,
rtsp://192.168.1.1:554/media2/stream.sdp?profile=profile200

Note:

If the requested certain profile streamprofile_i<x>_occupied=0, which indicates stream profile <x>
has not been created, the above method for requesting RTSP streaming will fail.

8.39.2 Get

SDP for always multicast

(

capability_media_streamprofiles_support = 1

)

© 2020 VIVOTEK INC. All Right Reserved

295

Note:

This request requires Viewer access privileges.

Method:

GET/POST


Syntax:
http://<

servername

>:<port>/media2/<streamprofile_i<0~(n-1)>_profilename>.sdp?[<parameter>=

<value>]

“n” is the maximum stream profile number (capability_media_streamprofiles_num)

“streamprofile_i<x>_profilename” is a friendly name for certain profile, x is within
0~(capability_media_streamprofiles_num)-1.

port is the http port.

Please refer to the streamprofile group for requesting the stream profile name value for each
profile.
You can get the SDP by HTTP GET.
When using scalable multicast, Get SDP file which contains the multicast information via HTTP.

PARAMETER VALUE

DESCRIPTION

pimssm 1

1

: Enable the feature of Protocol

Independent Multicast - Source
Specific Multicast.
* This field is only required when
using PIM-SSM feature.
* Only valid when
network_rtsp_pimssm_enable=1.

Note:

1.

This method is only valid when always multicast is enabled, i.e.
streamprofile_i<x>_alwaysmulticast=1.

2.

If the requested certain streamprofile_i<x>_profilename is empty, which indicates stream profile
<x> doesn’t have a valid SDP file, the above method of requesting SDP file will fail.

3.

If there existed two or more streamprofile_i<x>_profilename which have the same value, the
requested SDP file will be overwrite by the last request.

8.40

Accessing SFTP server and client

8.40.1

SFTP server setting for event action

* Only available when bit 1 of "capability_protocol_ftp_client" is 1.

Syntax:

(for control API)

Advertising