mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
3f9f4a151c
This removes the usage of `syscall.Mkfifo` which was previously used and won't work on Windows systems and opens the door for other processes on the computer to interfere in the rtmp stream (dumping bad content in the fifo, removing the file, blocking the file in offline status). Instead, this patch introduces an `io.Pipe` which pipes the RTMP stream to the ffmpeg command while staying in Owncast. Further links: * ffmpeg on using `pipe:0` as an input: https://ffmpeg.org/ffmpeg-protocols.html#pipe |
||
---|---|---|
.. | ||
broadcaster.go | ||
rtmp.go | ||
utils.go | ||
utils_test.go |