Stitch in an offline slate when the RTMP stream is dropped

This commit is contained in:
Gabe Kangas
2020-06-15 16:27:58 -07:00
parent 44058c24aa
commit 5bc3555206
4 changed files with 92 additions and 14 deletions

View File

@@ -95,6 +95,9 @@ func streamConnected() {
func streamDisconnected() {
stats.StreamDisconnected()
if configuration.EnableOfflineImage {
showStreamOfflineState(configuration)
}
}
func viewerAdded(clientID string) {