NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvdsgstutils.h File Reference

Detailed Description

NVIDIA DeepStream GStreamer Utilities

Description: This file specifies the NVIDIA DeepStream GStreamer utility functions.

Definition in file nvdsgstutils.h.

Go to the source code of this file.

Functions

void configure_source_for_ntp_sync (GstElement *src_elem)
 Configure the source to generate NTP sync values for RTSP sources. More...
 

Function Documentation

void configure_source_for_ntp_sync ( GstElement *  src_elem)

Configure the source to generate NTP sync values for RTSP sources.

These values are used by the DeepStream GStreamer element NvStreamMux to calculate the NTP time of the frames at the source.

This functionality is dependent on the RTSP sending the RTCP Sender Reports. source.

This function only works for RTSP sources i.e. GStreamer elements "rtspsrc" or "uridecodebin" with an RTSP uri.

params[in] src_elem GStreamer source element to be configured.