Redwan Sharafat Kabir
Redwan Sharafat Kabir
Hello, did you find any solution of that?
Its working great now. Thanks a lot for your fast reply.
> Hello, > > I haven't enought info for this case. > > Did you test using Screen example and replace ScreenSource to CameraSource? Remember update service permissions here: https://github.com/pedroSG94/RootEncoder/blob/master/app/src/main/AndroidManifest.xml#L64...
The library version I used is 2.4.6
I am using this version for last few months. After implementing this version live streaming was going well. And I did not use any socket separately.
My java version is 17. I have removed "TLSv1.1" from enableTLSOnSocket() function in TLSSocketFactory? private fun enableTLSOnSocket(socket: Socket): Socket { if (socket is SSLSocket) { // socket.enabledProtocols = arrayOf("TLSv1.1", "TLSv1.2")...