DJI Mobile SDK Documentation

      class LiveStreamSettings

      class LiveStreamSettings
      Package:dji.v5.manager.datacenter.livestream
      Description:

      It is used to build and get the live stream settings.

      Supported since MSDK 5.0.0

      Class Members:
      class
      method getLiveStreamType
      LiveStreamType getLiveStreamType()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the type of live stream protocol.

      Supported since MSDK 5.0.0

      Return:
      LiveStreamTypeReturn the type of live stream protocol.
      method getRtmpSettings
      RtmpSettings getRtmpSettings()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the RTMP video stream settings.

      Supported since MSDK 5.0.0

      Return:
      RtmpSettingsReturn the RTMP video stream settings.
      method getRtspSettings
      RtspSettings getRtspSettings()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the RTSP video stream settings.

      Supported since MSDK 5.0.0

      Return:
      RtspSettingsReturn the RTSP video stream settings.
      method getGb28181Settings
      GB28181Settings getGb28181Settings()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the GB28181 video stream settings.

      Supported since MSDK 5.0.0

      Return:
      GB28181SettingsReturn the GB28181 video stream settings.
      method getAgoraSettings
      AgoraSettings getAgoraSettings()
      Package:dji.v5.manager.datacenter.livestream
      Description:

      Get the Agora video stream settings.

      Supported since MSDK 5.0.0

      Return:
      AgoraSettingsReturn the Agora video stream settings.