rtspWebSocketUri property

  1. @JsonKey(name: '@RTSPWebSocketUri', fromJson: OnvifUtil.mappedToString)
String rtspWebSocketUri
final

If playback streaming over WebSocket is supported, this shall return the RTSP WebSocket URI as described in Streaming Specification Section 5.1.1.5.

Implementation

@JsonKey(name: '@RTSPWebSocketUri', fromJson: OnvifUtil.mappedToString)
final String rtspWebSocketUri;