1
0
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:
Alexandre Iooss
2020-10-18 16:05:28 +02:00
parent 37d944621b
commit b9da2ab3a7
6 changed files with 144 additions and 120 deletions

View File

@ -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
}