Ketan Wadyalkar
Results
2
issues of
Ketan Wadyalkar
let client = TCPClient(address: “xxx.xxx.x.x”, port: 5000) switch client.connect(timeout: 10) { case .success: print(“Socket Connected") switch client.send(data: jsonData ) { case .success: // This is always nil guard let data...
I am facing issues with audio streaming. I am using VLC player in my iPhone to play the rtsp stream. 1) I run the demo app on an iPhone without...