You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new RTMP server, introduced in: membraneframework/membrane_rtmp_plugin#85, sends the response to the Connect message as fast as possible, even in case nobody is about to read the stream from a particular client.
The idea is to make sure that the Connection message response (or even some response messages sent earlier during the handshake) is sent when server is about to start reading the stream, so that the client won't start sending stream before server is ready.
The text was updated successfully, but these errors were encountered:
The new RTMP server, introduced in: membraneframework/membrane_rtmp_plugin#85, sends the response to the
Connect
message as fast as possible, even in case nobody is about to read the stream from a particular client.The idea is to make sure that the
Connection
message response (or even some response messages sent earlier during the handshake) is sent when server is about to start reading the stream, so that the client won't start sending stream before server is ready.The text was updated successfully, but these errors were encountered: