New
5.5.0
Added optional socket timeout parameter in msec (connect and read timeout). By default, 5000 msec is used.
For example:
svVideoSurface.init(uri,
username = "demo"
password = "demo",
userAgent = "rtsp-client-android",
socketTimeout = 1000
)