Abstract
At Meta we implemented RTMP Go Away, this is a new mechanism that allows the live RTMP server to send a signal to the client indicating that it needs to reconnect. This allows the client to create a new connection at a logical media boundary, incurring zero data loss in your live streams.
This feature is already implemented in Meta servers and we are going to share all technical details and show how to implement it, and finally we will show how you can test your implementation against Meta servers.
See the link and github repo