Support video-only streams if there is no audio in the inbound stream. (#401)
Closes #400
This commit is contained in:
@@ -43,6 +43,7 @@ func setStreamAsConnected() {
|
||||
|
||||
go func() {
|
||||
_transcoder = ffmpeg.NewTranscoder()
|
||||
_transcoder.SetVideoOnly(_broadcaster.StreamDetails.VideoOnly)
|
||||
_transcoder.TranscoderCompleted = func(error) {
|
||||
SetStreamAsDisconnected()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user