DJI Mobile SDK Documentation

      class DJIFlightHubLiveStream

      @interface DJIFlightHubLiveStream : NSObject
      Header:DJIFlightHubBaseTypes.h
      Inherits From:NSObject
      Description:

      This class represents the live stream information of devices in the same team.

      Class Members:
      property
      property rtmpURL
      @property (nonatomic, readonly) NSString *rtmpURL
      Header:DJIFlightHubBaseTypes.h
      Description:

      Gets the RTMP(Real-Time Messaging Protocol) URL of the live stream. When the device is broadcasting, user can receive the live stream's video data and audio data through RTMP.

      property
      property isValid
      @property (nonatomic, readonly) BOOL isValid
      Header:DJIFlightHubBaseTypes.h
      Description:

      Determines if the live stream is valid. When the team member stops live streaming or the device is disconnected, the live stream will become invalid.