transport

@JvmName(name = "egxaqtjmftwlqrlc")
suspend fun transport(value: Output<Either<String, RtspTransport>>)
@JvmName(name = "qvujmtqnluilsaqp")
suspend fun transport(value: Either<String, RtspTransport>?)
@JvmName(name = "iafnlcqjsdppuijs")
fun transport(value: String)
@JvmName(name = "ntigkxbjclncdnxy")
fun transport(value: RtspTransport)

Parameters

value

Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.