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
@nareix I'm happy to make a PR - keep a reference to the listener in rtmp.Server{}, and add a Close() function to call listener.Close(). Does that sound reasonable?
The text was updated successfully, but these errors were encountered:
Right now there is no way to close the RTMP server manually. The Golang http package is an example to follow here - https://golang.org/pkg/net/http/#Server.Close
@nareix I'm happy to make a PR - keep a reference to the listener in rtmp.Server{}, and add a Close() function to call listener.Close(). Does that sound reasonable?
The text was updated successfully, but these errors were encountered: