noRtspStreaming property

  1. @JsonKey(name: '@NoRTSPStreaming', fromJson: OnvifUtil.nullableStringToBool)
bool? noRtspStreaming
final

Indicates the device does not support live media streaming via RTSP.

Implementation

@JsonKey(
  name: '@NoRTSPStreaming',
  fromJson: OnvifUtil.nullableStringToBool,
)
final bool? noRtspStreaming;