connect

Connects a socket to an URL.

See Also: srt_connect

Parameters

url

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

Throws

if connection has failed


fun SrtSocket.connect(srtUrl: SrtUrl)

Connects a socket to an URL.

See Also: srt_connect

Parameters

srtUrl

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

Throws

if connection has failed