Re-streaming is not an option unfortunately, it has to be camera-initiated. Yes I’m sending it to port 1935 and it’s definately open (the camera get’s the connection and is able to send data, it just fails after that).
Could you elaborate a bit more on copying the .sdp? That might be the culprit since I didn’t copy anything. And the tutorial doesn’t say anything about copying an .sdp, unless I can’t read!
Here’s the debug output from Wowza when an RTSP session is initiated from the camera. The connection reset by peer worries me a bit (I’m not ruling out that it’s a problem on the camera end yet):
DEBUG server comment - open
INFO server comment - handshake0: 768
INFO server comment - handshake0: 3664
DEBUG server comment - Handshake[1]: length:3575
DEBUG server comment - Handshake[2]: length:2039
DEBUG server comment - Handshake[2]: length:4935
DEBUG server comment - Handshake[2]: length:6383
DEBUG server comment - Handshake[2]: length:10046
DEBUG server comment - Handshake[2]: length:13061
DEBUG server comment - Handshake[2]: length:13129
INFO server comment - ServerHandler.exceptionCaught[[any]:1935:192.168.2.8]: java.io.IOException: Connection reset by peer
DEBUG server comment - sessionClosed: closeConnection: vhost:defaultVHost clientId:423567858
INFO session disconnect 423567858 -
DEBUG server comment - ServerHandler.handleSessionIdle: isDidClose
Looking at the TCP dump, the camera is sending an RST right at the very end which explains the reset by peer, don’t understand why though.