Hendy
Hendy
Getting error when trying to start rtsp stream ` sslSocket = NetUtils.createSslSocketAndConnect(rtspUri.host!!, rtspUri.port, 10000) rtspClient = RtspClient.Builder(sslSocket!!, rtspUri.toString(), stopped, rtspClientListener) .requestVideo(true) .requestAudio(true) .withDebug(false) .withUserAgent("RTSP client") .withCredentials(rtspCred, rtspCred) .build() rtspClient?.execute()//this line...
Is this SDK cannot working offline for Face Matching? This is working very well with Internet, but i need to make it work offline. Can this SDK working without Internet...