rendezVous

Performs a rendezvous connection.

See Also: srt_rendezvous

Parameters

url

the URL to rendezvous to in FFmpeg format srt://hostname:port?options

Throws

if rendezvous connection has failed


suspend fun CoroutineSrtSocket.rendezVous(srtUrl: SrtUrl)

Performs a rendezvous connection.

See Also: srt_rendezvous

Parameters

srtUrl

the URL to rendezvous to in FFmpeg format srt://hostname:port?options

Throws

if rendezvous connection has failed


suspend fun CoroutineSrtSocket.rendezVous(localAddress: String, remoteAddress: String, port: Int)

Performs a rendezvous connection.

See Also: srt_rendezvous

Parameters

localAddress

the local address to bind to

remoteAddress

the remote address to connect to

Throws

if rendezvous connection has failed


suspend fun CoroutineSrtSocket.rendezVous(localAddress: InetAddress, remoteAddress: InetAddress, port: Int)

Performs a rendezvous connection.

See Also: srt_rendezvous

Parameters

localAddress

the local InetAddress to bind to

remoteAddress

the remote InetAddress to connect to

Throws

if rendezvous connection has failed