RtmpMediaDescriptor

class RtmpMediaDescriptor(val scheme: String, val host: String, val port: Int, val app: String?, val streamKey: String) : MediaDescriptor

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
Link copied to clipboard
open override val uri: Uri

Functions

Link copied to clipboard
fun <T> getCustomData(clazz: Class<T>): T?
Link copied to clipboard
open override fun toString(): String