From 37cdda870e53631d8ed8739af249e63bd3d9da5b Mon Sep 17 00:00:00 2001 From: Boaz Sender Date: Sun, 23 Mar 2025 17:32:52 -0500 Subject: [PATCH] add readme --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1d36b1e --- /dev/null +++ b/readme.md @@ -0,0 +1,20 @@ +1. install raspian +2. boot +3. configure default sound card + +lsusb +alsamixer + +arecord -l + +arecord -f cd -D plughw:0,0 | ffmpeg -i - -acodec libmp3lame -ab 128k -ac 1 -f rtp rtp://127.0.0.1:3000 + +sudo apt install git nginx vim +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + +https://www.digitalocean.com/community/tutorials/how-to-set-up-a-video-streaming-server-using-nginx-rtmp-on-ubuntu-20-04 + +sudo apt install libnginx-mod-rtmp +sudo vim /etc/nginx/nginx.conf + +