faucamp / SimpleRtmp

SimpleRtmp is a simple Java library for implementing RTMP clients, with no external dependencies or NIO
296 stars 107 forks source link

Facebook RTMP handshake s0 no answer #7

Open mentor971 opened 7 years ago

mentor971 commented 7 years ago

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