1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 18:01:07 +02:00

Add transcoder package with text transcoder

This commit is contained in:
Alexandre Iooss
2020-10-17 19:40:37 +02:00
parent 1469bd8759
commit 23b6eeaa05
8 changed files with 112 additions and 67 deletions

View File

@ -18,9 +18,6 @@ func TestTelnetOutput(t *testing.T) {
cfg := Options{
Enabled: true,
ListenAddress: "127.0.0.1:8023",
Width: 80,
Height: 45,
Delay: 50,
}
go Serve(streams, &cfg)