I am an individual developer with an app designed for streaming. I obtained the streaming server address and my personal stream key from OBS, combined them, and attempted to push the stream using an RTMP protocol encoder. However, the TCP connection failed. I would like to clarify whether I must register an application for this to work or if having the address and key alone is sufficient for streaming.
The current error messages I received are:
CConn::onRecvError tcp peer orderly shutdown the connect.
CConn::onRecvError Failed to read from socket.
Could you advise on whether this issue is related to missing app registration or if there might be another underlying problem?