RtmpConnectionDescriptor

data class RtmpConnectionDescriptor(val scheme: String, val host: String, val port: Int, val app: String, val streamKey: String)

RTMP connection parameters

Parameters

scheme

the RTMP scheme (rtmp, rtmps, rtmpt, rtmpe, rtmfp, rtmpte, rtmpts)

host

the server ip

port

the server port

app

the application name

streamKey

the stream key

Constructors

Link copied to clipboard
constructor(scheme: String, host: String, port: Int, app: String, streamKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val app: String
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: Uri
Link copied to clipboard
val url: String