stream doesn't want to work

This commit is contained in:
root 2022-10-01 14:30:18 +02:00
parent d7ed57bbdd
commit 9656926a07
287 changed files with 6934 additions and 0 deletions

View file

@ -50,12 +50,33 @@
bat
git
htop
fd
ripgrep
tldr
tmux
usbutils
wget
neovim
nmap
tcpdump
bat
dig
ethtool
iftop
ipcalc
iperf3
ipv6calc
lsof
ltrace
strace
mtr
traceroute
smartmontools
sysstat
tree
whois
exa
zsh
];
}

View file

@ -28,11 +28,20 @@ in {
};
};
};
streamConfig = ''
server {
listen 1935;
proxy_pass [::1]:1935;
proxy_buffer_size 32k;
}
'';
};
owncast = {
enable = true;
port = 13142;
listen = "[::ffff:127.0.0.1]";
openFirewall = true;
rtmp-port = 1935;
};
};
}