Haivision / srtgo

Go bindings for SRT. Advantages of SRT technology for an easy to use programming language
Mozilla Public License 2.0
185 stars 52 forks source link

add binding for srt_connect_callback #30

Closed iSchluff closed 3 years ago

iSchluff commented 3 years ago

Allows setting a connect callback for outgoing connections. This should not be needed in most cases, but the connect callback seems to be the most reliable source for detecting failed connections (atleast in non-blocking mode).

jeoliva commented 3 years ago

Looks good to me, thanks!