Question about streaming to Twitch via sockets and RTMP
- I have read the HANDSHAKE DOCUMENTATION and I am able to get a successful response from the server when I send
C1
(chunk one) but not when I sendC2
. My question is, does the Twitch RTMP server wait until theconnect
command is sent to send back a response or is there just something wrong with myC2
chunk?