Hi,
I'm trying to connect to facebook live RTMP. For some reason the readS0 property in the Handshake class doesn't read anything from the inputstream at the row 49 => "byte s0 = (byte) in.read();"
It stay stuck on that line, and according to the answer here, looks like I'm not getting any response from the socket : https://stackoverflow.com/questions/9129381/java-stuck-when-reading-from-inputstream
But from what I can see in debug, the "isConnected" socket attribute have the value "true".
Any idea how to solve this ?
Thanks
Hi,
I'm trying to connect to facebook live RTMP. For some reason the readS0 property in the Handshake class doesn't read anything from the inputstream at the row 49 => "byte s0 = (byte) in.read();"
It stay stuck on that line, and according to the answer here, looks like I'm not getting any response from the socket : https://stackoverflow.com/questions/9129381/java-stuck-when-reading-from-inputstream
But from what I can see in debug, the "isConnected" socket attribute have the value "true".
Any idea how to solve this ?
Thanks