NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsNmosSenderConfig Struct Reference

Detailed Description

Defines configuration settings used to create senders in an NvDsNmosNodeServer.

Definition at line 260 of file nvdsnmos.h.

Data Fields

const char * sdp
 Holds the Session Description Protocol data used to configure the sender. More...
 

Field Documentation

◆ sdp

const char* _NvDsNmosSenderConfig::sdp

Holds the Session Description Protocol data used to configure the sender.

Must not be null. The SDP data must be valid as per the relevant IETF RFC and SMPTE standards for the media format and transport. The 'ts-refclk' attributes are used to specify the node clock. The 'x-nvds-id' session-level attribute specifies the unique identifier for the sender. The 'x-nvds-group-hint' session-level attribute may be used to specify a group hint tag for the sender. The 'x-nvds-src-port' media-level attribute is used to specify the source port from which the stream is transmitted.

Definition at line 273 of file nvdsnmos.h.


The documentation for this struct was generated from the following file: