Support video-only streams if there is no audio in the inbound stream. (#401)

Closes #400
This commit is contained in:
Gabe Kangas
2020-12-02 00:19:55 -08:00
committed by GitHub
parent cdbfd89a0f
commit 0b66f3b79f
7 changed files with 28 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ func setStreamAsConnected() {
go func() {
_transcoder = ffmpeg.NewTranscoder()
_transcoder.SetVideoOnly(_broadcaster.StreamDetails.VideoOnly)
_transcoder.TranscoderCompleted = func(error) {
SetStreamAsDisconnected()
}