NVIDIA DeepStream SDK API Reference

6.1.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvDsNmosReceiverConfig Struct Reference

Detailed Description

Defines configuration settings used to create receivers in an NvDsNmosNodeServer.

Definition at line 159 of file nvdsnmos.h.

Data Fields

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

Field Documentation

const char* _NvDsNmosReceiverConfig::sdp

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

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 x-nvds-id session-level attribute specifies the unique identifier for the receiver. The x-nvds-iface-ip media-level attribute is used to specify the interface IP address on which the stream is received.

Definition at line 169 of file nvdsnmos.h.


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