mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-11-05 04:32:32 +01:00
Ascii is a known keyword, must be in capital letters
This commit is contained in:
@@ -79,7 +79,7 @@ func ingestFrom(inputChannel chan srt.Packet) {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
go telnet.ServeAsciiArt(srtPacket.StreamName, output)
|
||||
go telnet.StartASCIIArtStream(srtPacket.StreamName, output)
|
||||
}
|
||||
|
||||
if err := ffmpeg.Start(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user