mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 13:42:05 +02:00
Make webrtc and forwarding work with new messaging
This commit is contained in:
@ -153,5 +153,5 @@ func startFFmpeg(in <-chan []byte, cfg *Options) (*exec.Cmd, *io.ReadCloser, err
|
||||
|
||||
// Start process
|
||||
err = ffmpeg.Start()
|
||||
return ffmpeg, &output, nil
|
||||
return ffmpeg, &output, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user