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